Skip to content
Snippets Groups Projects
Commit 25f2930c authored by Lars Beckers's avatar Lars Beckers
Browse files

fix linter errors

parent 561b55a8
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,8 @@ ...@@ -144,7 +144,8 @@
group: root group: root
state: directory state: directory
mode: '0755' mode: '0755'
with_filetree: terminfo/ with_filetree:
- "terminfo/"
when: item.state == "directory" when: item.state == "directory"
loop_control: loop_control:
label: "{{ item.path }}" label: "{{ item.path }}"
...@@ -160,7 +161,8 @@ ...@@ -160,7 +161,8 @@
owner: root owner: root
group: root group: root
mode: '0644' mode: '0644'
with_filetree: terminfo/ with_filetree:
- "terminfo/"
when: item.state == "file" when: item.state == "file"
loop_control: loop_control:
label: "{{ item.path }}" label: "{{ item.path }}"
......
--- ---
# file: roles/common/handlers/main.yml
- name: restart sshd - name: restart sshd
service: name=ssh state=restarted service:
name: ssh
state: restarted
- name: regenerate pam config - name: regenerate pam config
shell: DEBIAN_FRONTEND=noninteractive pam-auth-update --force command: pam-auth-update --force
environment:
DEBIAN_FRONTEND: noninteractive
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment