Replies: 1 comment 2 replies
-
The ansible-freeipa roles are using some of the management plugins that are in the global plugins folder of ansible-freeipa. The ipaserver plugin is located in this global plugins folder. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to uninstall freeipa, but I got this error.
fatal: [hostname]: FAILED! => {"reason": "couldn't resolve module/action 'ipaserver'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in '~/a
nsible/ansible-freeipa-test/roles/ipaserver/tasks/uninstall.yml': line 33, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n #- name: "Uninstall - Server del {{ _remove_hostname
}}"\n - name: "Uninstall - Server del"\n ^ here\n"}
Looking at the library - roles/ipaserver/library, I didn't find the ipaserver.py module.
Is this really the case?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions