feat: remove handler

This commit is contained in:
2026-06-27 00:45:50 +01:00
parent c7f2bda277
commit a1d9ea1a67
3 changed files with 1 additions and 5 deletions
@@ -1,3 +0,0 @@
- name: Update APT Cache
ansible.builtin.apt:
update_cache: true
@@ -6,5 +6,3 @@
suites: / suites: /
signed_by: https://pkgs.k8s.io/core:/stable:/v1.36/deb/Release.key signed_by: https://pkgs.k8s.io/core:/stable:/v1.36/deb/Release.key
state: present state: present
notify:
- Update APT Cache
+1
View File
@@ -2,6 +2,7 @@
hosts: all hosts: all
roles: roles:
- common - common
- kubernetes_common
# # ======================== # # ========================
# # SETUP KUBERNETES CLUSTER # # SETUP KUBERNETES CLUSTER