Skip to content
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

delete global ip pool with absent stat is not work #32

Closed
jianm12007 opened this issue Dec 17, 2021 · 1 comment
Closed

delete global ip pool with absent stat is not work #32

jianm12007 opened this issue Dec 17, 2021 · 1 comment

Comments

@jianm12007
Copy link

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.

wastorga pushed a commit that referenced this issue Jan 12, 2022
@wastorga
Copy link
Contributor

Hi, @jianm12007.
The module needed more details to delete it in the previous version. So I changed that behavior in version 4.1.1.

fmunozmiranda pushed a commit that referenced this issue Oct 13, 2023
Addressed reviewer comments
fmunozmiranda pushed a commit that referenced this issue May 13, 2024
latest changes 03/13/2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants