summaryrefslogtreecommitdiffstats
path: root/awx_collection/tools/template_galaxy.yml
diff options
context:
space:
mode:
authorAlanCoding <arominge@redhat.com>2020-06-10 14:59:08 +0200
committerAlanCoding <arominge@redhat.com>2020-06-19 15:08:58 +0200
commita7fe5e1dd27d233aaaf5310d5da2a1bf80daf171 (patch)
tree1e644614cbb2a105f203f4aa9ca86c0e3e9df95a /awx_collection/tools/template_galaxy.yml
parentMake version recognizable as pre-release (diff)
downloadawx-a7fe5e1dd27d233aaaf5310d5da2a1bf80daf171.tar.xz
awx-a7fe5e1dd27d233aaaf5310d5da2a1bf80daf171.zip
Fix yamllint error and sync version with module_utils
Diffstat (limited to 'awx_collection/tools/template_galaxy.yml')
-rw-r--r--awx_collection/tools/template_galaxy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/awx_collection/tools/template_galaxy.yml b/awx_collection/tools/template_galaxy.yml
index b71416741a..1c5e71f37e 100644
--- a/awx_collection/tools/template_galaxy.yml
+++ b/awx_collection/tools/template_galaxy.yml
@@ -27,13 +27,13 @@
set_fact:
collection_version_override: 0.0.1-devel
- - name: Template the galaxy.yml file
+ - name: Template the galaxy.yml source file
template:
src: "{{ collection_source }}/tools/roles/template_galaxy/templates/galaxy.yml.j2"
dest: "{{ collection_source }}/galaxy.yml"
force: true
- - name: Template the README.md file
+ - name: Template the README.md source file
template:
src: "{{ collection_source }}/tools/roles/template_galaxy/templates/README.md.j2"
dest: "{{ collection_source }}/README.md"