mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Idempotency for net_get and net_put modules (#42307)
* Idempotency for net_get and net_put modules * pep8 warnings fix * remove import q
This commit is contained in:
@@ -49,7 +49,7 @@ options:
|
||||
present in the src file. If mode is set to I(binary) then file will be
|
||||
copied as it is to destination device.
|
||||
default: binary
|
||||
choices: ['binary', 'template']
|
||||
choices: ['binary', 'text']
|
||||
version_added: "2.7"
|
||||
|
||||
requirements:
|
||||
|
||||
Reference in New Issue
Block a user