mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Solved naming bug
This commit is contained in:
parent
f098ad312e
commit
4ee8525bfb
@ -1,7 +1,7 @@
|
|||||||
- name: Set git user email to {{user_email}}
|
- name: Set git user email to {{user_email}}
|
||||||
ansible.builtin.shell: git config --global user.email "{{user_email}}"
|
ansible.builtin.shell: git config --global user.email "{{user_email}}"
|
||||||
- name: Set git user name to {{user_full_name}}
|
- name: Set git user name to {{user_full_name}}
|
||||||
ansible.builtin.shell: - git config --global user.name "{{user_full_name}}"
|
ansible.builtin.shell: git config --global user.name "{{user_full_name}}"
|
||||||
- name: install git
|
- name: install git
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name: git
|
name: git
|
Loading…
Reference in New Issue
Block a user