dfg
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 9s
ansible-lint / Ansible Lint (pull_request) Failing after 1m9s

This commit is contained in:
Michael Grote 2024-10-28 19:37:23 +01:00
parent 4bbaa04c09
commit 281c9a8227

View file

@ -36,8 +36,8 @@
ansible.builtin.template:
src: "rsync_mirror.sh.j2"
dest: "/usr/bin/rsync_mirror.sh"
owner: root
group: root
owner: "{{ rsync_mirror_user }}"
group: "{{ rsync_mirror_user_group }}"
mode: "0750"
- name: Ensure services are present