From 7288e8446d274ac395e5f3201d9e57415c167f8e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 2 Nov 2015 09:56:09 +0200 Subject: [PATCH] Remove trailing whitespace (for ansible-lint). --- meta/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 48fada1..e4a7336 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,7 +1,7 @@ --- galaxy_info: author: your name - description: + description: company: your company (optional) # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -17,7 +17,7 @@ galaxy_info: min_ansible_version: 1.2 # # Below are all platforms currently available. Just uncomment - # the ones that apply to your role. If you don't see your + # the ones that apply to your role. If you don't see your # platform on this list, let us know and we'll get it added! # #platforms: @@ -30,4 +30,3 @@ dependencies: [] # List your role dependencies here, one per line. # Be sure to remove the '[]' above if you add dependencies # to this list. - -- GitLab