Added optional change of docker root dir
This commit is contained in:
parent
d13072cbea
commit
60f58ad45b
3 changed files with 13 additions and 0 deletions
|
|
@ -43,3 +43,11 @@
|
|||
executable: pip3
|
||||
name:
|
||||
- docker
|
||||
|
||||
- name: Change docker root
|
||||
become: yes
|
||||
template:
|
||||
src: templates/daemon.json.j2
|
||||
dest: /etc/docker/daemon.json
|
||||
mode: 0644
|
||||
when: change_docker_root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue