Update APB templates (#41559)

This commit is contained in:
David Zager 2018-06-14 17:05:30 -04:00 committed by Chris Houseknecht
parent 8357ae69e7
commit 00b397cfdb
4 changed files with 4 additions and 7 deletions

View file

@ -6,9 +6,7 @@ python:
- '2.7'
env:
- OPENSHIFT_VERSION=latest
- OPENSHIFT_VERSION=v3.9
- KUBERNETES_VERSION=latest
- OPENSHIFT_VERSION=v3.9.0
- KUBERNETES_VERSION=v1.9.0
script:
@ -16,11 +14,12 @@ script:
- export apb_name=APB_NAME
# Download test shim.
- wget -O ${PWD}/apb-test.sh https://raw.githubusercontent.com/djzager/apb-test-shim/ansible-galaxy/apb-test.sh
- wget -O ${PWD}/apb-test.sh https://raw.githubusercontent.com/ansibleplaybookbundle/apb-test-shim/master/apb-test.sh
- chmod +x ${PWD}/apb-test.sh
# Run tests.
- ${PWD}/apb-test.sh
# Uncomment to allow travis to notify galaxy
# notifications:
# webhooks: https://galaxy.ansible.com/api/v1/notifications/

View file

@ -1,4 +1,4 @@
version: 1.0
version: '1.0.0'
name: {{ role_name }}
description: {{ description }}
bindable: False

View file

@ -6,4 +6,3 @@
apb_action: deprovision
roles:
- role: {{ role_name }}

View file

@ -6,4 +6,3 @@
apb_action: provision
roles:
- role: {{ role_name }}