Separate folder for templating collection stuff

This commit is contained in:
AlanCoding
2020-06-10 07:14:34 -04:00
parent 4848f1298a
commit 721ed516a4
6 changed files with 35 additions and 6 deletions

View File

@@ -46,7 +46,7 @@
dest: "{{ collection_path }}/galaxy.yml"
force: true
- name: Tempalte the README.md file
- name: Template the README.md file
template:
src: "{{ collection_path }}/tools/roles/template_galaxy/templates/README.md.j2"
dest: "{{ collection_path }}/README.md"

View File

@@ -17,7 +17,7 @@ tags:
- awx
- ansible
- automation
version: {{ collection_version }}
version: {{ collection_version_override | default(collection_version) }}
build_ignore:
- tools
- setup.cfg