solved variable bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-02 00:07:22 +02:00
parent 9dc571062c
commit 2629603012
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -12,7 +12,7 @@
- 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}}"
when: run_once_the gitconfig is not defined
when: run_once_gitconfig is not defined
become: false
- name: run the gitconfig tasks once