Open uedvt359 opened 4 years ago
Files identified in the description:
If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @LindsayHill @bigmstone @hlrichardson @rdvencioneck @ujwalkomarla click here for bot help
@uedvt359, just so you are aware we have a dedicated Working Group for network.
You can find other people interested in this in #ansible-network
on Freenode IRC
For more information about communities, meetings and agendas see https://github.com/ansible/community
SUMMARY
Issuing
restart process XXX
will show a prompt (different to the normal one) to ask whether to save the config. The exos_config module does not expect a prompt at this time, and runs into a timeout. A minimal test case playbook to reproduce the issue is posted in the section below.This is the prompt that is displayed when restarting a process while the config isn't saved (it is allowed to say "n" and the process will still be restarted)
Note that this is a different prompt to the one displayed by the
save
command:ISSUE TYPE
COMPONENT NAME
exos_config
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
If we were to uncomment the save_when task, it would work (but we want to only save the config once everything is done, not in the middle).
EXPECTED RESULTS
ACTUAL RESULTS