We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to run this task
- name: Activate dflt_conservative_policy brocade.fos.brocade_maps_maps_policy: credential: "{{credential}}" vfid: "{{ default_vfid | default(-1) }}" maps_policies: - name: dflt_conservative_policy is_active_policy: True
and got this error
"POST_resp_data": { "errors": { "@xmlns": "urn:ietf:params:xml:ns:yang:ietf-restconf", "error": { "error-type": "protocol", "error-tag": "Operation-failed", "error-app-tag": "Error", "error-path": "/maps-policy/name/dflt_conservative_policy/", "error-message": "Policy is already present.", "error-info": { "error-code": "19", "error-module": "maps" } } } }
I believe the problem is that I need a PATCH operation, not a POST operation. How can I do this with ansible?
The text was updated successfully, but these errors were encountered:
Please add all_entries as False, it will do the additive operation on the maps data instead of full db operation. Hope this resolves your issue.
Sorry, something went wrong.
If there are no further issues, please let us know if we can close this issue.
No branches or pull requests
I tried to run this task
and got this error
I believe the problem is that I need a PATCH operation, not a POST operation. How can I do this with ansible?
The text was updated successfully, but these errors were encountered: