Make version recognizable as pre-release

This commit is contained in:
AlanCoding
2020-06-10 07:27:11 -04:00
parent 73ee11725d
commit 96583e9e6b
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ tags:
- awx - awx
- ansible - ansible
- automation - automation
version: devel version: 0.0.1-devel
build_ignore: build_ignore:
- tools - tools
- setup.cfg - setup.cfg

View File

@@ -25,7 +25,7 @@
tasks: tasks:
- name: Make substitutions in source to sync with templates - name: Make substitutions in source to sync with templates
set_fact: set_fact:
collection_version_override: devel collection_version_override: 0.0.1-devel
- name: Template the galaxy.yml file - name: Template the galaxy.yml file
template: template: