diff options
| -rw-r--r-- | personal_infra/playbooks/patch_rpc_svcgssd_service.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/personal_infra/playbooks/patch_rpc_svcgssd_service.yaml b/personal_infra/playbooks/patch_rpc_svcgssd_service.yaml index 957ecdd1..683cb045 100644 --- a/personal_infra/playbooks/patch_rpc_svcgssd_service.yaml +++ b/personal_infra/playbooks/patch_rpc_svcgssd_service.yaml @@ -6,7 +6,7 @@ ansible_become: True tasks: - name: del nfs service - command: ipa service-del nfs/h1.pdp7.net + command: ipa service-del nfs/{{ inventory_hostname }} ignore_errors: True - name: create nfs service command: ipa service-add nfs/{{ inventory_hostname }} |
