Improve reuse of tasks
This commit is contained in:
parent
13cf7a05ee
commit
3b5e27be2f
7 changed files with 8 additions and 7 deletions
4
_ansible/tasks/deploy-common-service.yml
Normal file
4
_ansible/tasks/deploy-common-service.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- import_tasks: steps/create-service-directory.yml
|
||||
- import_tasks: steps/template-docker-compose.yml
|
||||
- import_tasks: steps/template-service-env.yml
|
||||
- import_tasks: steps/template-site-config.yml
|
Reference in a new issue