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
    ----------------
pull/8185/head
John Dewey 10 years ago
parent 64b874129f
commit 4432ca3836

@ -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:

Loading…
Cancel
Save