style(lint): quote mode
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-02-26 22:23:06 +01:00
parent add9a91d00
commit b48e2a37c6
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
owner: "{{ item.key }}"
group: "{{ getent_passwd[item.key][2] }}"
state: directory
mode: 0755
mode: "0755"
- name: Create global git config files
ansible.builtin.template:
@ -19,7 +19,7 @@
dest: "{{ getent_passwd[item.key][4] }}/{{ filename }}"
owner: "{{ item.key }}"
group: "{{ getent_passwd[item.key][2] }}"
mode: 0644
mode: "0644"
with_items:
- .config/git/config
- .config/git/message