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
name: Delete Global IP Pool cisco.dnac.global_pool: dnac_host: "{{dnac_host}}" dnac_username: "{{dnac_username}}" dnac_password: "{{dnac_password}}" dnac_verify: "{{dnac_verify}}" dnac_port: "{{dnac_port}}" dnac_version: "{{dnac_version}}" dnac_debug: true state: absent id: "4f317cfa-7bb0-40e6-aab7-a94f691317fe" register: output
name: debug debug: msg: "{{output}}"
But it not work. I have tried the API directory through DNAC. The API works fine.
The text was updated successfully, but these errors were encountered:
Solve issue #32
6fcb00f
Hi, @jianm12007. The module needed more details to delete it in the previous version. So I changed that behavior in version 4.1.1.
Sorry, something went wrong.
Merge pull request #32 from MUTHU-RAKESH-27/main
fd587b2
Addressed reviewer comments
Merge pull request #32 from madhansansel/main
e8862e5
latest changes 03/13/2024
updated sanity tests to ignore yamllinting on plugins folder (#32)
5f27af8
No branches or pull requests
Playbook is as below:
name: Delete Global IP Pool
cisco.dnac.global_pool:
dnac_host: "{{dnac_host}}"
dnac_username: "{{dnac_username}}"
dnac_password: "{{dnac_password}}"
dnac_verify: "{{dnac_verify}}"
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: true
state: absent
id: "4f317cfa-7bb0-40e6-aab7-a94f691317fe"
register: output
name: debug
debug:
msg: "{{output}}"
But it not work.
I have tried the API directory through DNAC. The API works fine.
The text was updated successfully, but these errors were encountered: