From: alex Date: Sat, 4 Feb 2023 17:49:15 +0000 (+0100) Subject: Fix missing parameterization X-Git-Tag: 20240214-emacs~437 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=8bcabda5d5de0a52d39a133da8ab7bbfc4c0ec72;p=alex.git Fix missing parameterization --- 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 }}