Extranet : task before setup

This commit is contained in:
Michael RICOIS 2017-03-07 15:02:16 +01:00
parent a2f76e15e4
commit 7dab02ba89

View File

@ -25,7 +25,7 @@
#ansistrano_git_branch: master
#ansistrano_git_identity_key_path: ""
# Hooks: custom tasks if you need them
#ansistrano_before_setup_tasks_file: "{{playbook_dir}}/<your-deployment-config>/my-before-setup-tasks.yml"
ansistrano_before_setup_tasks_file: "{{playbook_dir}}/tasks/before-setup.yml"
ansistrano_after_setup_tasks_file: "{{playbook_dir}}/tasks/after-setup.yml"
ansistrano_before_update_code_tasks_file: "{{playbook_dir}}/tasks/before-updatecode.yml"
ansistrano_after_update_code_tasks_file: "{{playbook_dir}}/tasks/after-updatecode.yml"