communishift: wip debugging notifcation system cleanup

This commit is contained in:
David Kirwan 2024-10-24 15:32:31 +01:00
parent 339b3e0231
commit 7f110e01df
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D
2 changed files with 11 additions and 0 deletions

View file

@ -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

View file

@ -1,4 +1,8 @@
---
- name: Debug
debug:
msg: "{{ item }}"
- name: Send Communishift Project Cleanup notifications emails to tenants
community.general.mail:
host: localhost