Move docker root
This commit is contained in:
parent
0766d21420
commit
d3bc1a89bb
3 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
|
||||
# TODO : Copy template into /etc/docker/daemon.json
|
||||
|
||||
- name: set mydistribution
|
||||
ansible.builtin.set_fact:
|
||||
mydistribution: "{{ ansible_distribution | lower }}"
|
||||
|
@ -36,4 +39,4 @@
|
|||
community.docker.docker_network:
|
||||
name: metrics
|
||||
state: present
|
||||
become: true
|
||||
become: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue