Fix up some naming and spacing issues

This commit is contained in:
Matthew Jones
2020-06-05 09:43:53 -04:00
parent bbe461c8c0
commit 9bf2d16522
3 changed files with 2 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
kind: Namespace
api_version: v1
- name: Create the tower.ansible.com/Tower Resource
- name: Create the Tower Custom Resource
k8s:
state: present
namespace: '{{ custom_resource.metadata.namespace }}'

View File

@@ -73,7 +73,7 @@
kind: Namespace
api_version: v1
- name: Create the tower.ansible.com Tower Resource
- name: Create the Tower Custom Resource
k8s:
state: present
namespace: '{{ custom_resource.metadata.namespace }}'

View File

@@ -20,7 +20,6 @@ data:
ANSIBLE_REMOTE_TEMP=/tmp ANSIBLE_LOCAL_TEMP=/tmp ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=$DATABASE_HOST port=$DATABASE_PORT" all
ANSIBLE_REMOTE_TEMP=/tmp ANSIBLE_LOCAL_TEMP=/tmp ansible -i "127.0.0.1," -c local -v -m wait_for -a "path=/var/run/redis/redis.sock" all
if [ -z "$AWX_SKIP_MIGRATIONS" ]; then
awx-manage migrate --noinput
fi