openshift: remove temp debug command
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
dc2c941c49
commit
baf4fb0812
1 changed files with 1 additions and 4 deletions
|
@ -12,10 +12,7 @@
|
|||
command: oc get project {{app}}
|
||||
register: project_exists
|
||||
failed_when: false
|
||||
#changed_when: "'not found' in project_exists.stderr"
|
||||
|
||||
- debug:
|
||||
msg: "{{project_exists}}"
|
||||
changed_when: "project_exists.rc != 0"
|
||||
|
||||
- name: Copy project template
|
||||
template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue