From 8bcabda5d5de0a52d39a133da8ab7bbfc4c0ec72 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 4 Feb 2023 18:49:15 +0100 Subject: [PATCH] Fix missing parameterization --- personal_infra/playbooks/patch_rpc_svcgssd_service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal_infra/playbooks/patch_rpc_svcgssd_service.yaml b/personal_infra/playbooks/patch_rpc_svcgssd_service.yaml index 957ecdd..683cb04 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 }} -- 2.47.3