From 9083643a7e1cb11b9011aa96584d0ec46d27ead0 Mon Sep 17 00:00:00 2001 From: Ali Asad Lotia Date: Wed, 24 Sep 2014 22:47:12 +0100 Subject: [PATCH] Clean up template comment text in ansible-galaxy Since support for non-galaxy templates is available in 1.8, the existing comment in the default_meta_template requiring specified dependencies be available via galaxy was no longer valid. That comment is now removed. --- bin/ansible-galaxy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/ansible-galaxy b/bin/ansible-galaxy index adc93166bf4..5157efe1d5a 100755 --- a/bin/ansible-galaxy +++ b/bin/ansible-galaxy @@ -80,8 +80,7 @@ galaxy_info: #- {{ category.name }} {%- endfor %} dependencies: [] - # List your role dependencies here, one per line. Only - # dependencies available via galaxy should be listed here. + # List your role dependencies here, one per line. # Be sure to remove the '[]' above if you add dependencies # to this list. {% for dependency in dependencies %}