Compare commits

...

4 commits

2 changed files with 6 additions and 2 deletions

View file

@ -1,11 +1,13 @@
- name: Ensure packages are installed
become: true
check_mode: no
apt:
name:
- python3-pip
- apt-transport-https
- ca-certificates
- curl
- gnupg
- gnupg-agent
- software-properties-common
state: present
@ -34,6 +36,7 @@
- docker-ce-cli
- containerd.io
- docker-compose
- docker-compose-plugin
update_cache: true
state: present

View file

@ -1,3 +1,4 @@
{
"data-root": "{{ docker_root | default('/var/lib/docker') }}"
}
"data-root": "{{ docker_root | default('/var/lib/docker') }}",
"experimental": {{ docker_experimental | default (false) }}
}