communishift: wip cleanup notifications debuggin

This commit is contained in:
David Kirwan 2024-10-24 15:41:03 +01:00
parent 7f110e01df
commit 0df3922881
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

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