Rimozione indicazione esplicita dello username.
This commit is contained in:
parent
0d6f22439d
commit
e8fc9fffaa
16 changed files with 37 additions and 99 deletions
|
@ -2,13 +2,13 @@
|
|||
# Configuring git
|
||||
|
||||
- name: Configuring git username
|
||||
ansible.builtin.git_config:
|
||||
community.general.git_config:
|
||||
name: user.name
|
||||
scope: global
|
||||
value: "Emiliano Vavassori"
|
||||
value: "{{ git_username }}"
|
||||
|
||||
- name: Configuring git email
|
||||
ansible.builtin.git_config:
|
||||
community.general.git_config:
|
||||
name: user.email
|
||||
scope: global
|
||||
value: syntaxerrormmm@gmail.com
|
||||
value: "{{ git_email }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue