-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os10_command show tech-support fails #152
Comments
Hi @jay-henriques,
Playbook for show tech-support
Execution log:
|
Hi @jay-henriques, |
Hi @jay-henriques, |
SUMMARY
We recently upgrade our ansible from v2.9.10 to ansible-core 2.15 and ansible-community 8.1.0 and show tech-support command fails
ISSUE TYPE
COMPONENT NAME
os10_command module with an adhoc command - ansible -i -m dellemc.os10.os10_command -a "commands='show tech-support'" '' -vvvv
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
We use python’s venv module to create virtual environments for our ansible development and operations. I had been using a virtual environment built with python 3.8 and ansible 2.9.10 and then created a new virtual environment built with python 3.11 and ansible-community 8.1.0, ansible-core 2.15. The "show tech-support" command runs successfully using ansible v2.9.10 but fails under ansible-community 8.1.0/ansible-core 2.15.
ansible -i <inventory file> -m dellemc.os10.os10_command -a "commands='show tech-support'" '<switchname pattern>' -vvvv
EXPECTED RESULTS
The output of the "show tech-support" command to be returned and ansible reports ok
ACTUAL RESULTS
The command fails
The text was updated successfully, but these errors were encountered: