Add file mode to make ansible-lint stop nagging
This commit is contained in:
parent
b329239107
commit
eca17abacd
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: ssh-agent.service
|
src: ssh-agent.service
|
||||||
dest: ~/.config/systemd/user/ssh-agent.service
|
dest: ~/.config/systemd/user/ssh-agent.service
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: Enable ssh-agent service
|
- name: Enable ssh-agent service
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Add table
Reference in a new issue