Skip to content
Snippets Groups Projects
Commit 6150e8b9 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent 5d24c9c9
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
dest: /etc/hosts
owner: root
group: root
mode: 644
mode: 0644
- name: Copy SSH Config For Server-To-Server Communication For Admins
template:
......@@ -23,7 +23,7 @@
dest: /home/{{ item }}/.ssh/config
owner: '{{ item }}'
group: root
mode: 644
mode: 0644
with_flattened:
- {{ admins|default([]) }}
- {{ jailusers|default([]) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment