mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Adding templating of README.md file for Tower vs AWX collections
This commit is contained in:
committed by
AlanCoding
parent
6682dcbc7c
commit
6c6c1e8488
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user