Add start-service task
This commit is contained in:
parent
e5ab5b2d00
commit
96fd62dc3d
7 changed files with 11 additions and 3 deletions
_ansible/roles/watchtower/tasks
|
@ -13,3 +13,5 @@
|
|||
src: run-once.sh
|
||||
dest: "{{ (service_path, 'run-once.sh') | path_join }}"
|
||||
mode: '0755'
|
||||
|
||||
- import_tasks: steps/start-service.yml
|
||||
|
|
Reference in a new issue