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:
|
||||
src: ssh-agent.service
|
||||
dest: ~/.config/systemd/user/ssh-agent.service
|
||||
mode: 0644
|
||||
|
||||
- name: Enable ssh-agent service
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Reference in a new issue