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
|
||||
|
||||
- name: Installation of apt-utils
|
||||
become: true
|
||||
apt:
|
||||
name: apt-transport-https
|
||||
state: present
|
||||
update_cache: yes
|
||||
name:
|
||||
- apt-transport-https
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
||||
- name: Adding Docker GPG key
|
||||
ansible.builtin.apt_key:
|
||||
|
||||
Reference in New Issue
Block a user