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:
@ -40,6 +40,7 @@
|
||||
repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable
|
||||
state: present
|
||||
|
||||
|
||||
- name: Installation of Docker
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
@ -61,7 +62,6 @@
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
|
||||
- name: Adicionar chave GPG do Kubernetes
|
||||
become: true
|
||||
ansible.builtin.shell: |
|
||||
|
||||
Reference in New Issue
Block a user