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

@@ -9,29 +9,30 @@
# (* Changed to the base README.md file are lost upon *)
# (* the build of the collection *)
# (********************************************************)
---
authors:
- AWX Project Contributors <awx-project@googlegroups.com>
- AWX Project Contributors <awx-project@googlegroups.com>
dependencies: {}
description: Ansible content that interacts with the AWX or Ansible Tower API.
documentation: https://github.com/ansible/awx/blob/devel/awx_collection/README.md
homepage: https://www.ansible.com/
issues: https://github.com/ansible/awx/issues?q=is%3Aissue+label%3Acomponent%3Aawx_collection
license:
- GPL-3.0-only
- GPL-3.0-only
name: {{ collection_package }}
namespace: {{ collection_namespace }}
readme: README.md
repository: https://github.com/ansible/awx
tags:
- cloud
- infrastructure
- awx
- ansible
- automation
- cloud
- infrastructure
- awx
- ansible
- automation
version: {{ collection_version_override | default(collection_version) }}
build_ignore:
- tools
- setup.cfg
- galaxy.yml.j2
- template_galaxy.yml
- '*.tar.gz'
- tools
- setup.cfg
- galaxy.yml.j2
- template_galaxy.yml
- '*.tar.gz'

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"