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}}
|
command: oc get project {{app}}
|
||||||
register: project_exists
|
register: project_exists
|
||||||
failed_when: false
|
failed_when: false
|
||||||
#changed_when: "'not found' in project_exists.stderr"
|
changed_when: "project_exists.rc != 0"
|
||||||
|
|
||||||
- debug:
|
|
||||||
msg: "{{project_exists}}"
|
|
||||||
|
|
||||||
- name: Copy project template
|
- name: Copy project template
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue