ansible: ask for git user & email at start
This commit is contained in:
parent
6d415e7d0e
commit
21e777b014
1 changed files with 7 additions and 7 deletions
14
dotfiles.yml
14
dotfiles.yml
|
@ -1,12 +1,12 @@
|
|||
- name: Make myself at home :)
|
||||
hosts: dotfiles
|
||||
# vars_prompt:
|
||||
# - name: git_user
|
||||
# private: no
|
||||
# default: Fernando Schauenburg
|
||||
# - name: git_email
|
||||
# private: no
|
||||
# default: fernando@schauenburg.me
|
||||
vars_prompt:
|
||||
- name: git_user
|
||||
private: no
|
||||
default: Fernando Schauenburg
|
||||
- name: git_email
|
||||
private: no
|
||||
default: fernando@schauenburg.me
|
||||
roles:
|
||||
- common
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue