communishift: wip cleanup notifications debuggin
This commit is contained in:
parent
7f110e01df
commit
0df3922881
1 changed files with 3 additions and 6 deletions
|
@ -15,19 +15,16 @@
|
||||||
with_items: "{{ communishift_package_list }}"
|
with_items: "{{ communishift_package_list }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: communishift_package
|
loop_var: communishift_package
|
||||||
apply:
|
|
||||||
tags:
|
|
||||||
- deploy-operators
|
|
||||||
|
|
||||||
- name: Communishift Cluster Cleanup Tasks
|
- name: Communishift Cluster Cleanup Tasks
|
||||||
with_items: "{{ communishift_projects }}"
|
with_items: "{{ communishift_projects }}"
|
||||||
include_role:
|
include_role:
|
||||||
name: communishift
|
name: communishift
|
||||||
tasks_from: cleanup-administration-tasks
|
tasks_from: cleanup-administration-tasks
|
||||||
loop: "{{ lookup('dict', communishift_projects) }}"
|
|
||||||
apply:
|
apply:
|
||||||
tags:
|
tags:
|
||||||
- deploy-operators
|
- cleanup-administration-tasks
|
||||||
|
loop: "{{ lookup('dict', communishift_projects) }}"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
communishift_package_list:
|
communishift_package_list:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue