Remove handler from non-firstboot steps;Fix kubeconfig order/logic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-17 08:32:35 +02:00
parent c57291af6d
commit fdc5c44e6a
4 changed files with 18 additions and 29 deletions

View File

@ -66,11 +66,6 @@
# loop: "{{ lookup('ansible.builtin.dict', components) | map(attribute='value.manifests') | list | select('defined') | flatten }}"
# loop_control:
# label: "{{ item.type + '/' + item.name }}"
# notify:
# - Apply manifests
# - name: Trigger handlers
# ansible.builtin.meta: flush_handlers
- name: Compress tarballs
community.general.archive:

View File

@ -38,8 +38,3 @@
loop: "{{ platform.packaged_components }}"
loop_control:
label: "{{ item.name }}"
notify:
- Apply manifests
- name: Trigger handlers
ansible.builtin.meta: flush_handlers