[BUG] Unable to create a new configuration file using redirection #1607
Labels
bug
Researched, reproducible, committed to fix
documentation
Improvements or additions to documentation
upstream
waiting on author
Additional information is needed form the author of the issue
ISSUE TYPE
SUMMARY
Unable to create a new configuration file using redirection.
You can try
ansible-navigator config init -m stdout > ansible.cfg
to reproduce it.ANSIBLE-NAVIGATOR VERSION
CONFIGURATION
LOG FILE
STEPS TO REPRODUCE
Run
ansible-navigator config init -m stdout > ansible.cfg
cat ansible.cfg
EXPECTED RESULTS
It should been working like
ansible-config init > ansible.cfg
ACTUAL RESULTS
Run
ansible-navigator config init -m stdout > ansible.cfg
cat ansible.cfg
ADDITIONAL INFORMATION
I had fixed it at ansible/ansible-runner#1306
The text was updated successfully, but these errors were encountered: