Skip to content
Snippets Groups Projects
Commit d75aef0f authored by istmxrein's avatar istmxrein
Browse files

update docker role

parent e6d034bc
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ ipv6_enabled: false ...@@ -3,5 +3,5 @@ ipv6_enabled: false
# Enable docker daemon config # Enable docker daemon config
docker_config_path: /etc/docker/daemon.json docker_config_path: /etc/docker/daemon.json
docker_config_enabled: true docker_config_enabled: false
docker_config: {} docker_config: {}
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- name: Ensure docker config file exists - name: Ensure docker config file exists
ansible.builtin.copy: ansible.builtin.copy:
content: "" content: "{}"
dest: "{{ docker_config_path }}" dest: "{{ docker_config_path }}"
owner: root owner: root
group: root group: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment