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