mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
communishift: wip debugging notifcation system cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user