ipa/client: leave out unset host group description
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
c994c4e5cd
commit
491514e8ba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
- name: Ensure IPA host group exists
|
||||
ipahostgroup:
|
||||
name: "{{ ipa_host_group }}"
|
||||
description: "{{ ipa_host_group_desc | default(ipa_host_group) }}"
|
||||
description: "{{ ipa_host_group_desc | default(omit) }}"
|
||||
ipaadmin_password: "{{ ipa_admin_password }}"
|
||||
state: present
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue