You've already forked ansible-role-git
fix: support ssh allowedSignersFile and revocationFile
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -21,8 +21,10 @@
|
||||
group: "{{ getent_passwd[item.key][2] }}"
|
||||
mode: "0644"
|
||||
with_items:
|
||||
- .config/git/allowedSignersFile
|
||||
- .config/git/config
|
||||
- .config/git/message
|
||||
- .config/git/ignore
|
||||
- .config/git/revocationFile
|
||||
loop_control:
|
||||
loop_var: filename
|
||||
|
Reference in New Issue
Block a user