Fix ansible-galaxy man page generation (#65478) (#65523)

The Action list was misformatted, leading to an error message in the man
page.

https://bugzilla.redhat.com/show_bug.cgi?id=1717110
(cherry picked from commit 9973121f44)
pull/65531/head
Alicia Cozine 6 years ago committed by Matt Davis
parent 75adf6577c
commit 50c25760a0

@ -48,7 +48,7 @@ ACTIONS
-------
{% for action in actions %}
**{{ action }}**
{{ (actions[action]['desc']|default(' '))}}
{{ (actions[action]['desc']|default(' ')) |replace('\n', ' ')}}
{% if actions[action]['options'] %}
{% for option in actions[action]['options']|sort(attribute='options') %}

Loading…
Cancel
Save