mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
The junos_command expects commands to be returned as xml by default but `show configuration [options]` will return text not xml. This fix will set the output format for any command that starts with `show configuration` to text fixes #4628