From 4432ca38361cd9b05b9d6ea78db6599d3620e080 Mon Sep 17 00:00:00 2001 From: John Dewey Date: Thu, 17 Jul 2014 10:29:58 -0700 Subject: [PATCH] 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 ---------------- --- bin/ansible-galaxy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy index 0a6938ccce4..946f7f429a7 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: