mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 08:43:05 +00:00
Update roles/kubernetes/tasks/main.yml
This commit is contained in:
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user