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 :) - name: Make myself at home :)
hosts: dotfiles hosts: dotfiles
# vars_prompt: vars_prompt:
# - name: git_user - name: git_user
# private: no private: no
# default: Fernando Schauenburg default: Fernando Schauenburg
# - name: git_email - name: git_email
# private: no private: no
# default: fernando@schauenburg.me default: fernando@schauenburg.me
roles: roles:
- common - common