--- - name: Install Docker-CE apt: state: present name: - docker.io - docker-compose - python3-docker - name: Configure docker daemon copy: content: "{{ docker_configuration | to_nice_json }}\n" dest: "{{ global_docker_daemon_configuration_file }}" owner: root group: root mode: u=rw,g=r,o=r notify: restart docker