Hi all,

I am currently developing and checking out the eric_eccli module which has 
been merged to the devel build not long ago.
I am using the newest Ansible devel build

I got now a failure of a task with, as it seems, a normal command:

- name: save configuration to flash memory
eric_eccli_command:
commands:
- save configuration

even with
- y
or wait_for it fails due to command timeout.

>From the terminal point of view it asks if the existing file should be 
overwritten.

On playbook execution, it fires the command waits until the timeout and 
fails.
Other commands work just fine, to mention all other commands do not require 
user input for (y/n).

This is a crucial feature for automating the upgrade and configuration 
management of the devices
Also the release download command for the device requests user input of 
(y/n)

Shell, command and raw modules do not solve the issue either.

Currently I see no way around this. Shall I report it as a bug on GitHub?
Or am I missing something?
It seems like the module is not capable of reacting to user input actions 
like (y/n)

To note: It fails on different devices due to the same issue.

Feedback is appreciated.

//Lucas

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/1ac0acb8-c99f-4c48-9fdd-d260c2cbc620%40googlegroups.com.

Reply via email to