Set autossh systemd RuntimeDirectory

This commit is contained in:
2019-12-03 20:17:37 -06:00
parent 25bde1105f
commit 8b3ecdbb9c
3 changed files with 4 additions and 5 deletions

View File

@ -19,16 +19,13 @@
- id_ed25519
- id_rsa
- name: create directories
- name: "create {{ autossh_etc_path }}"
file:
path: "{{ item }}"
path: "{{ autossh_etc_path }}"
owner: root
group: root
mode: 0755
state: directory
loop:
- "{{ autossh_etc_path }}"
- "{{ autossh_run_path }}"
- name: install package
package: