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