ansible: ask for git user & email at start

This commit is contained in:
Fernando Schauenburg 2020-12-22 12:59:40 +01:00
parent 6d415e7d0e
commit 21e777b014

View file

@ -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