roles/common: Create directory for all auto update scripts

wip
Felix Stupp 5 years ago
parent 60b6d4778e
commit f2c6d0d249
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -28,3 +28,11 @@
dest: "public_keys/ssh/root@{{ ansible_fqdn }}"
vars:
ansible_become: no
- name: Create auto update scripts directory
file:
path: "{{ update_scripts_directory }}"
state: directory
owner: root
group: root
mode: "u=rwx,g=rx"

Loading…
Cancel
Save