Don't manage /var/run

This commit is contained in:
Matt Willsher 2017-05-04 14:26:55 +01:00
parent b5a1b14ab1
commit b2ce732450

View file

@ -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