ansible/lib/ansible/cli
Adrian Likins 1468538414 galaxy info displayed 'galaxy_info' section wrong
The output of 'ansible-galaxy info' was formatting the
'galaxy_info' key with one char per line.

Previously, when building the output string, items in
role_info that had a dict for value, the label for
it's key ('galaxy_info' for ex) was being added to
the text list in addition to being appended. Only
the append is needed.

Also added a unit test in test/units/cli/test_galaxy.py,
but skip it on py3 until galaxy is py3 compatible.

fixes #15177
2016-05-31 13:28:15 -04:00
..
__init__.py fix version/help when missing action 2016-05-31 09:30:50 -04:00
adhoc.py fixed confusing reporting when no hosts are matched 2016-05-31 12:16:06 -04:00
console.py fixed confusing reporting when no hosts are matched 2016-05-31 12:16:06 -04:00
doc.py Make 'required' optional in module docs (#15906) 2016-05-18 16:57:36 -07:00
galaxy.py galaxy info displayed 'galaxy_info' section wrong 2016-05-31 13:28:15 -04:00
playbook.py Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00
pull.py Add '--skip-tags' to ansible-pull 2016-03-30 16:36:16 +02:00
vault.py Changes to convert to unicode at the borders 2016-01-28 10:56:46 -08:00