mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
FTD configuration module: fix a bug with response parsing (#57480)
* Update dependence's name to firepower-kickstart * Check response type before getting attributes * Add unit test for construct_ansible_facts method * Update error message
This commit is contained in:
committed by
Sumit Jaiswal
parent
039eb892ba
commit
4fa93d5b9b
@@ -37,9 +37,9 @@ description:
|
||||
the `local` connection should be used only when the device cannot be accessed via
|
||||
REST API.
|
||||
version_added: "2.8"
|
||||
requirements: [ "python >= 3.5", "firepower-kick" ]
|
||||
requirements: [ "python >= 3.5", "firepower-kickstart" ]
|
||||
notes:
|
||||
- Requires `firepower-kick` library that should be installed separately and requires Python >= 3.5.
|
||||
- Requires `firepower-kickstart` library that should be installed separately and requires Python >= 3.5.
|
||||
- On localhost, Ansible can be still run with Python >= 2.7, but the interpreter for this particular module must be
|
||||
Python >= 3.5.
|
||||
- Python interpreter for the module can overwritten in `ansible_python_interpreter` variable.
|
||||
|
||||
Reference in New Issue
Block a user