mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-12 11:24:00 -07:00
New module to install images on Cisco FTD devices (#53467)
* Add ftd_install module * Remove shebangs * Avoid using enum package * Update module docs * Update ftd_install docs * Update PropertyMock import * Fixing unit tests * Move get_system_info and FtdOperations to module_utils * Update dependency name * Move Kick assertion to module_utils * Add a note about Python interpreter for this module
This commit is contained in:
parent
bfc6a2a8d6
commit
c231fc5a7c
6 changed files with 868 additions and 0 deletions
|
@ -35,6 +35,8 @@ MULTIPLE_DUPLICATES_FOUND_ERROR = (
|
|||
"Multiple objects returned according to filters being specified. "
|
||||
"Please specify more specific filters which can find exact object that caused duplication error")
|
||||
|
||||
PATH_PARAMS_FOR_DEFAULT_OBJ = {'objId': 'default'}
|
||||
|
||||
|
||||
class OperationNamePrefix:
|
||||
ADD = 'add'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue