Merge pull request 'disable enabled rpcbind service' (#13) from rulrich-patch-1 into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #13
This commit is contained in:
rulrich 2024-03-14 20:16:50 +01:00
commit eca77b3357

View file

@ -25,3 +25,9 @@
user: root
job: "/usr/sbin/rear mkbackup > /dev/null"
cron_file: rear_backup_full
- name: Disable rpcbind
ansible.builtin.service:
name: rpcbind
enabled: false
state: stopped