diff --git a/playbooks/05_install_docker.yml b/playbooks/05_install_docker.yml index ab917f3..bc46d16 100644 --- a/playbooks/05_install_docker.yml +++ b/playbooks/05_install_docker.yml @@ -2,7 +2,7 @@ name: Install docker1 become: true become_user: root - gather_facts: no + gather_facts: false tasks: - name: Install docker ansible.builtin.apt: @@ -35,7 +35,6 @@ dest: "/etc/systemd/system/docker.service.d/override.conf" content: | [Service] - ExecStart= ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2375 - name: Just force systemd to reread configs (2.4 and above) ansible.builtin.systemd_service: