Change when

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-05-03 13:59:10 +02:00
parent 09a12cf4b5
commit 51769d8533

View file

@ -21,7 +21,7 @@
- name: Create project
shell: oc apply -f /etc/openshift_apps/{{app}}/project.yml
when: project_exists.changed
when: "'not found' in project_exists.stderr"
- name: deployer.yml
include_role: