Fix yamllint error and sync version with module_utils

This commit is contained in:
AlanCoding
2020-06-10 08:59:08 -04:00
parent 96583e9e6b
commit a7fe5e1dd2
6 changed files with 32 additions and 30 deletions

View File

@@ -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"