Add hooks
This commit is contained in:
8
plays/predeploy/lib/hooks.yml
Normal file
8
plays/predeploy/lib/hooks.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Check if a custom pre-deploy playbook exists
|
||||
stat:
|
||||
path: "{{ app_config_root }}/plays/predeploy.yml"
|
||||
register: pre_deploy_yml
|
||||
|
||||
- include: "{{ app_config_root }}/plays/predeploy.yml"
|
||||
when: pre_deploy_yml.stat.exists
|
Reference in New Issue
Block a user