Stuff
This commit is contained in:
parent
0caa2c79f0
commit
1071600771
1 changed files with 4 additions and 1 deletions
|
@ -50,7 +50,10 @@
|
||||||
pip:
|
pip:
|
||||||
name: docker
|
name: docker
|
||||||
executable: pip3
|
executable: pip3
|
||||||
|
- name: Install docker python package
|
||||||
|
pip:
|
||||||
|
name: docker-compose
|
||||||
|
executable: pip3
|
||||||
- name: Run `docker-compose up` again
|
- name: Run `docker-compose up` again
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
project_src: /root/traefic/
|
project_src: /root/traefic/
|
||||||
|
|
Reference in a new issue