Stuff
This commit is contained in:
parent
7b519336d1
commit
a4462341e7
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@
|
|||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Install docker python package
|
||||
pip:
|
||||
name: docker
|
||||
executable: pip3
|
||||
|
||||
- name: Run `docker-compose up` again
|
||||
community.docker.docker_compose:
|
||||
project_src: /root/traefic/
|
||||
|
|
Reference in a new issue