communishift: wip debugging notifcation system cleanup
This commit is contained in:
parent
339b3e0231
commit
7f110e01df
2 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
with_items: "{{ communishift_package_list }}"
|
||||
loop_control:
|
||||
loop_var: communishift_package
|
||||
apply:
|
||||
tags:
|
||||
- deploy-operators
|
||||
|
||||
- name: Communishift Cluster Cleanup Tasks
|
||||
with_items: "{{ communishift_projects }}"
|
||||
|
@ -22,6 +25,10 @@
|
|||
name: communishift
|
||||
tasks_from: cleanup-administration-tasks
|
||||
loop: "{{ lookup('dict', communishift_projects) }}"
|
||||
apply:
|
||||
tags:
|
||||
- deploy-operators
|
||||
|
||||
vars:
|
||||
communishift_package_list:
|
||||
- kubernetes
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
- name: Debug
|
||||
debug:
|
||||
msg: "{{ item }}"
|
||||
|
||||
- name: Send Communishift Project Cleanup notifications emails to tenants
|
||||
community.general.mail:
|
||||
host: localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue