mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-05 16:44:16 +02:00
solved variable bug
This commit is contained in:
parent
9dc571062c
commit
2629603012
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
- name: setup git
|
- name: setup git
|
||||||
command: gitconfig --merge-option rebase --name "{{users.client.full_name}}" --email "{{users.client.email}}" --website "{{users.client.website}}" --signing gpg --gpg-key "{{users.client.gpg}}"
|
command: gitconfig --merge-option rebase --name "{{users.client.full_name}}" --email "{{users.client.email}}" --website "{{users.client.website}}" --signing gpg --gpg-key "{{users.client.gpg}}"
|
||||||
when: run_once_the gitconfig is not defined
|
when: run_once_gitconfig is not defined
|
||||||
become: false
|
become: false
|
||||||
|
|
||||||
- name: run the gitconfig tasks once
|
- name: run the gitconfig tasks once
|
||||||
|
Loading…
x
Reference in New Issue
Block a user