Commit 4432ca38 by John Dewey

Align markdown headers

A fairly trivial change since `Role Name` and `Example Playbook`
will likely be modified anyways.  However, since all the other
sections are aligned properly, felt it would be nice to "clean this up".

Before:

    Role Name
    ========

    Example Playbook
    -------------------------

After:

    Role Name
    =========

    Example Playbook
    ----------------
parent 64b87412
......@@ -88,7 +88,7 @@ dependencies: []
"""
default_readme_template = """Role Name
========
=========
A brief description of the role goes here.
......@@ -108,7 +108,7 @@ Dependencies
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
Example Playbook
-------------------------
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment