diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2014-07-17 17:51:11 -0400 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2014-07-17 17:51:11 -0400 |
commit | d4548fdd01a2eec248cff7a5f6798b14da82d1a0 (patch) | |
tree | 98742cb627cfd5e88ab8431f5c68b0f7e20b15f9 /bin | |
parent | 3a89cbdfa5698b18f1f94e65371f4c6828402293 (diff) | |
parent | 4432ca38361cd9b05b9d6ea78db6599d3620e080 (diff) | |
download | ansible-d4548fdd01a2eec248cff7a5f6798b14da82d1a0.tar.gz |
Merge pull request #8185 from retr0h/retr0h/align-markdown-headers
Retr0h/align markdown headers
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ansible-galaxy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy index 0a6938ccce..946f7f429a 100755 --- a/bin/ansible-galaxy +++ b/bin/ansible-galaxy @@ -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: |