Merge pull request 'rulrich-patch-1' (#15) from rulrich-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #15
This commit is contained in:
commit
aca5fd4521
1 changed files with 4 additions and 2 deletions
|
|
@ -26,8 +26,10 @@
|
|||
job: "/usr/sbin/rear mkbackup > /dev/null"
|
||||
cron_file: rear_backup_full
|
||||
|
||||
- name: Disable rpcbind
|
||||
- name: Ensure disabled services
|
||||
ansible.builtin.service:
|
||||
name: rpcbind
|
||||
name:
|
||||
- rpcbind.service
|
||||
- rpcbind.socket
|
||||
enabled: false
|
||||
state: stopped
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue