diff --git a/ansible/roles/kubernetes_common/handlers/main.yaml b/ansible/roles/kubernetes_common/handlers/main.yaml deleted file mode 100644 index c1fa34b..0000000 --- a/ansible/roles/kubernetes_common/handlers/main.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- name: Update APT Cache - ansible.builtin.apt: - update_cache: true diff --git a/ansible/roles/kubernetes_common/tasks/repo.yaml b/ansible/roles/kubernetes_common/tasks/repo.yaml index 026782a..95909ee 100644 --- a/ansible/roles/kubernetes_common/tasks/repo.yaml +++ b/ansible/roles/kubernetes_common/tasks/repo.yaml @@ -6,5 +6,3 @@ suites: / signed_by: https://pkgs.k8s.io/core:/stable:/v1.36/deb/Release.key state: present - notify: - - Update APT Cache diff --git a/ansible/site.yaml b/ansible/site.yaml index 66aabb4..dea3424 100644 --- a/ansible/site.yaml +++ b/ansible/site.yaml @@ -2,6 +2,7 @@ hosts: all roles: - common + - kubernetes_common # # ======================== # # SETUP KUBERNETES CLUSTER