Add git_branch prompt
This commit is contained in:
parent
50ce75eb40
commit
05d9e7f9ad
|
@ -1,6 +1,12 @@
|
||||||
---
|
---
|
||||||
- hosts: web
|
- hosts: web
|
||||||
|
|
||||||
|
vars_prompt:
|
||||||
|
- name: git_branch
|
||||||
|
prompt: 'Enter a branch to deploy'
|
||||||
|
default: master
|
||||||
|
private: false
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
ansistrano_deploy_to: /var/www/oliverdavies.uk
|
ansistrano_deploy_to: /var/www/oliverdavies.uk
|
||||||
ansistrano_deploy_via: git
|
ansistrano_deploy_via: git
|
||||||
|
|
Reference in a new issue