disable rpcbind target as well
This commit is contained in:
parent
c752206a5a
commit
e738cd5545
|
@ -14,3 +14,10 @@
|
|||
enabled: false
|
||||
state: stopped
|
||||
masked: true
|
||||
|
||||
- name: Disable and mask the rpcbind target
|
||||
systemd:
|
||||
name: rpcbind.target
|
||||
enabled: false
|
||||
state: stopped
|
||||
masked: true
|
Loading…
Reference in New Issue