You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
When running the module 'nsx_manager_roles' with state set to 'present' if the account doesn't exist it works fine, but on running it for a second time (with the account existing) nsxramlclient gets a 4xx status back from nsx stating that the account already exists. This causes the task to fail in ansible.
Expected outcome would be for the task to state changed is False and move on happily.
The text was updated successfully, but these errors were encountered:
kierenhamps
changed the title
nsx_manager_role fails if account already exists and status is 'present'.
nsx_manager_role fails if account already exists and state is 'present'.
Jul 30, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running the module 'nsx_manager_roles' with state set to 'present' if the account doesn't exist it works fine, but on running it for a second time (with the account existing) nsxramlclient gets a 4xx status back from nsx stating that the account already exists. This causes the task to fail in ansible.
Expected outcome would be for the task to state changed is False and move on happily.
The text was updated successfully, but these errors were encountered: