Adding templating of README.md file for Tower vs AWX collections

This commit is contained in:
John Westcott IV
2020-05-22 07:21:01 -04:00
committed by AlanCoding
parent 6682dcbc7c
commit 6c6c1e8488
3 changed files with 164 additions and 2 deletions

View File

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