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 }}"
|
||||
loop_control:
|
||||
loop_var: communishift_package
|
||||
apply:
|
||||
tags:
|
||||
- deploy-operators
|
||||
|
||||
- name: Communishift Cluster Cleanup Tasks
|
||||
with_items: "{{ communishift_projects }}"
|
||||
include_role:
|
||||
name: communishift
|
||||
tasks_from: cleanup-administration-tasks
|
||||
apply:
|
||||
tags:
|
||||
- cleanup-administration-tasks
|
||||
loop: "{{ lookup('dict', communishift_projects) }}"
|
||||
apply:
|
||||
tags:
|
||||
- deploy-operators
|
||||
|
||||
vars:
|
||||
communishift_package_list:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue