From 34ae10d5fcdeec8fa3ea02c47d2948e1ce66b2ba Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 15 Sep 2022 14:20:40 -0700 Subject: [PATCH] nfs_servers: fix group name. It's sysadmin-noc not sysadmin_noc Signed-off-by: Kevin Fenzi --- inventory/group_vars/nfs_servers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/nfs_servers b/inventory/group_vars/nfs_servers index ca941beabf..f1aa44b169 100644 --- a/inventory/group_vars/nfs_servers +++ b/inventory/group_vars/nfs_servers @@ -1,8 +1,8 @@ --- ipa_client_shell_groups: - sysadmin-copr - - sysadmin_noc + - sysadmin-noc ipa_client_sudo_groups: - sysadmin-copr - - sysadmin_noc + - sysadmin-noc ipa_host_group: vmhost-copr