mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
ipa modules never updated to use 'name' attributes such as cn, uid, fqdn. This fixes. (#25851)
This commit is contained in:
parent
70e20bb571
commit
374872cac4
8 changed files with 8 additions and 8 deletions
|
@ -234,7 +234,7 @@ def get_hbcarule_diff(client, ipa_hbcarule, module_hbcarule):
|
|||
|
||||
|
||||
def ensure(module, client):
|
||||
name = module.params['name']
|
||||
name = module.params['cn']
|
||||
state = module.params['state']
|
||||
|
||||
if state in ['present', 'enabled']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue