dfg
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 2s
ansible-lint / Ansible Lint (pull_request) Successful in 24s

This commit is contained in:
Michael Grote 2024-10-29 15:13:14 +01:00
parent 6568a6a46f
commit 90053e8357

View file

@ -18,5 +18,5 @@
name: "users-sudo-{{ rsync_mirror_user }}" name: "users-sudo-{{ rsync_mirror_user }}"
state: present state: present
user: "{{ rsync_mirror_user }}" user: "{{ rsync_mirror_user }}"
commands: ALL # TODO einschränken? commands: ALL
nopassword: true nopassword: true