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 @@
group: root
state: directory
mode: '0755'
with_filetree: terminfo/
with_filetree:
- "terminfo/"
when: item.state == "directory"
loop_control:
label: "{{ item.path }}"
......@@ -160,7 +161,8 @@
owner: root
group: root
mode: '0644'
with_filetree: terminfo/
with_filetree:
- "terminfo/"
when: item.state == "file"
loop_control:
label: "{{ item.path }}"
......
---
# file: roles/common/handlers/main.yml
- name: restart sshd
service: name=ssh state=restarted
service:
name: ssh
state: restarted
- 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