mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-28 00:57:57 +00:00
Update roles/kubernetes/tasks/main.yml
This commit is contained in:
@ -23,8 +23,10 @@
|
|||||||
reload: yes
|
reload: yes
|
||||||
|
|
||||||
- name: Installation of apt-utils
|
- name: Installation of apt-utils
|
||||||
|
become: true
|
||||||
apt:
|
apt:
|
||||||
name: apt-transport-https
|
name:
|
||||||
|
- apt-transport-https
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user