Fix ansible-lint warnings
Change-Id: I4980b5577984f673eec23ce9a07fccf26fbcd875
diff --git a/playbooks/pre-deployment.yml b/playbooks/pre-deployment.yml
index fc44c39..e6ae9e1 100644
--- a/playbooks/pre-deployment.yml
+++ b/playbooks/pre-deployment.yml
@@ -47,6 +47,6 @@
include_role:
name: "{{ engine_cache }}/repos/swconfig/{{ scenario[deploy_scenario].installers[installer_type].role }}"
tasks_from: pre-deployment
- when: hostvars['localhost'].pre_deployment_yml.stat.exists == True
+ when: hostvars['localhost'].pre_deployment_yml.stat.exists
# vim: set ts=2 sw=2 expandtab: