diff --git a/tasks/main.yml b/tasks/main.yml index c857af9..fdf420c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,13 +1,11 @@ - 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 @@ -36,7 +34,6 @@ - docker-ce-cli - containerd.io - docker-compose - - docker-compose-plugin update_cache: true state: present diff --git a/templates/daemon.json.j2 b/templates/daemon.json.j2 index 8bfd721..ddebedc 100644 --- a/templates/daemon.json.j2 +++ b/templates/daemon.json.j2 @@ -1,4 +1,3 @@ { - "data-root": "{{ docker_root | default('/var/lib/docker') }}", - "experimental": {{ docker_experimental | default (false) }} -} + "data-root": "{{ docker_root | default('/var/lib/docker') }}" +} \ No newline at end of file