This commit is contained in:
parent
0f64c1de70
commit
a0d3d849ca
1 changed files with 1 additions and 5 deletions
|
|
@ -18,13 +18,9 @@
|
|||
|
||||
- name: Add Docker Repository
|
||||
apt_repository:
|
||||
repo: deb https://download.docker.com/linux/ubuntu jammy stable
|
||||
repo: "deb https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable"
|
||||
state: present
|
||||
|
||||
- name: debug for repo
|
||||
debug:
|
||||
msg: "{{ ansible_distribution_release }}"
|
||||
|
||||
- name: Update apt and install docker-ce
|
||||
apt:
|
||||
name: docker-ce
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue