mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 02:50:18 +01:00
Don't manage /var/run
This commit is contained in:
parent
b5a1b14ab1
commit
b2ce732450
1 changed files with 0 additions and 9 deletions
|
@ -26,15 +26,6 @@
|
|||
tags:
|
||||
- sshd
|
||||
|
||||
- name: Run directory
|
||||
file:
|
||||
path: /var/run/sshd
|
||||
state: directory
|
||||
mode: 0755
|
||||
when: sshd_manage_var_run
|
||||
tags:
|
||||
- sshd
|
||||
|
||||
- name: Configuration
|
||||
template:
|
||||
src: sshd_config.j2
|
||||
|
|
Loading…
Reference in a new issue