Compare commits

..

No commits in common. "eca77b33574a986cf1b7290bf558f89a12093ffe" and "80ae0b44462433750fc87b3f03a1f48337539b10" have entirely different histories.

View file

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