cisco.ise.backup_cancel – Resource module for Backup Cancel¶
Note
This plugin is part of the cisco.ise collection (version 0.0.9).
To install it use: ansible-galaxy collection install cisco.ise
.
To use it in a playbook, specify: cisco.ise.backup_cancel
.
New in version 1.0.0: of cisco.ise
Synopsis¶
Manage operation create of the resource Backup Cancel.
Note
This module has a corresponding action plugin.
See Also¶
See also
- cisco.ise.plugins.module_utils.definitions.backup_cancel
The official documentation on the cisco.ise.plugins.module_utils.definitions.backup_cancel module.
- Backup Cancel reference
Complete reference of the Backup Cancel object model.
Examples¶
- name: Create
cisco.ise.backup_cancel:
ise_hostname: "{{ise_hostname}}"
ise_username: "{{ise_username}}"
ise_password: "{{ise_password}}"
ise_verify: "{{ise_verify}}"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)