mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 00:33:16 +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 }}"
|
||||
@ -60,7 +61,6 @@
|
||||
name: docker
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
|
||||
- name: Adicionar chave GPG do Kubernetes
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user