Fix docker python module installation for sudo
This commit is contained in:
parent
89453cd53b
commit
578f8b7dbf
3 changed files with 9 additions and 1 deletions
7
roles/docker/handlers/main.yml
Normal file
7
roles/docker/handlers/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: Handle docker daemon
|
||||
systemd:
|
||||
name: docker
|
||||
state: started
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
become: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue