This commit is contained in:
6
roles/portainer_deploy/handlers/main.yaml
Normal file
6
roles/portainer_deploy/handlers/main.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Start Portainer
|
||||
community.docker.docker_compose:
|
||||
project_src: /home/ubuntu/docker-compose/portainer
|
||||
state: present
|
||||
restarted: true
|
Reference in New Issue
Block a user