stuff
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
# ^ ex: Ubuntu -> ubuntu
|
||||
url: "https://download.docker.com/linux/ubuntu/gpg"
|
||||
state: present
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
- name: Add Docker's APT repo
|
||||
@@ -25,6 +26,7 @@
|
||||
repo: "deb [arch={{ docker_arch }}] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable"
|
||||
state: present
|
||||
update_cache: yes
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Install docker and dependencies
|
||||
ansible.builtin.apt:
|
||||
|
||||
Reference in New Issue
Block a user