Update roles/kubernetes/tasks/main.yml

This commit is contained in:
2025-10-20 13:07:56 +00:00
parent d06a6ac646
commit ce5cd6d275

View File

@ -23,10 +23,12 @@
reload: yes reload: yes
- name: Installation of apt-utils - name: Installation of apt-utils
become: true
apt: apt:
name: apt-transport-https name:
state: present - apt-transport-https
update_cache: yes state: present
update_cache: yes
- name: Adding Docker GPG key - name: Adding Docker GPG key
ansible.builtin.apt_key: ansible.builtin.apt_key: