-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipa host disabled bug #1094
Comments
Files identified in the description: If these files are inaccurate, please update the |
Files identified in the description: If these files are inaccurate, please update the |
Files identified in the description: If these files are incorrect, please update the |
SUMMARY
Can't disable ipa host
https://github.com/ansible-collections/community.general/blob/main/plugins/modules/identity/ipa/ipa_host.py#L229
when I try disable host module_host always empty list (because module_host without state arg)
if host already exist I got https://github.com/ansible-collections/community.general/blob/main/plugins/modules/identity/ipa/ipa_host.py#L253, but diff list empty
I low experience with debug ansible modules, but use patch like this. This is work for disable host on my ipa server.
ISSUE TYPE
COMPONENT NAME
ipa_host
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
MacOS
STEPS TO REPRODUCE
EXPECTED RESULTS
have change state, have disabled host
ACTUAL RESULTS
have green state, nothing happens
The text was updated successfully, but these errors were encountered: