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,8 +23,10 @@
reload: yes
- name: Installation of apt-utils
become: true
apt:
name: apt-transport-https
name:
- apt-transport-https
state: present
update_cache: yes