mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix nxos action plugin for nxos_install_os (#53768)
* Fix nxos action plugin for nxos_install_os * Update module docs
This commit is contained in:
parent
9308b2c8e0
commit
4c2a3bfed5
2 changed files with 18 additions and 2 deletions
|
@ -38,6 +38,9 @@ notes:
|
|||
- This module requires both the ANSIBLE_PERSISTENT_CONNECT_TIMEOUT and
|
||||
ANSIBLE_PERSISTENT_COMMAND_TIMEOUT timers to be set to 600 seconds or higher.
|
||||
The module will exit if the timers are not set properly.
|
||||
- When using connection local, ANSIBLE_PERSISTENT_CONNECT_TIMEOUT and
|
||||
ANSIBLE_PERSISTENT_COMMAND_TIMEOUT can only be set using ENV variables or
|
||||
the ansible.cfg file.
|
||||
- Do not include full file paths, just the name of the file(s) stored on
|
||||
the top level flash directory.
|
||||
- This module attempts to install the software immediately,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue