communishift: fix task syntax
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
8a30fc6118
commit
339b3e0231
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
- Reply-To=admin@fedoraproject.org
|
||||
charset: us-ascii
|
||||
delegate_to: localhost
|
||||
when: {{ not item.value.do_not_delete | bool }}
|
||||
when: "{{ not item.value.do_not_delete | bool }}"
|
||||
tags:
|
||||
- communishift_send_notifications
|
||||
- never # Only send notifications when the tag communishift_send_notifications is passed
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- name: "Offboard the Communishift tenant project: {{ item.value.name }}"
|
||||
debug:
|
||||
msg: "delete task for project: {{ item.value.name }}"
|
||||
when: {{ not item.value.do_not_delete | bool }}
|
||||
when: "{{ not item.value.do_not_delete | bool }}"
|
||||
tags:
|
||||
- communishift_cluster_cleanup
|
||||
- never # Only run this task when the communishift_cluster_cleanup tag is called
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue