summaryrefslogtreecommitdiff
path: root/bin/ansible-galaxy
diff options
context:
space:
mode:
authorJohn Dewey <john@dewey.ws>2014-07-17 10:29:58 -0700
committerJohn Dewey <john@dewey.ws>2014-07-17 10:29:58 -0700
commit4432ca38361cd9b05b9d6ea78db6599d3620e080 (patch)
tree2c4cef3e815cd53718a53bbdb349267b134d8c32 /bin/ansible-galaxy
parent64b874129f95c2c120ee2bc76c8745e5ddf8071b (diff)
downloadansible-4432ca38361cd9b05b9d6ea78db6599d3620e080.tar.gz
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 ----------------
Diffstat (limited to 'bin/ansible-galaxy')
-rwxr-xr-xbin/ansible-galaxy4
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: