Fixing up lint errors

This commit is contained in:
Matthew Jones
2020-06-03 07:51:28 -04:00
parent d90d24cd0a
commit 4cf6861051
3 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
---
- include_vars: "{{ deployment_type }}.yml"
- name: Include deployment type vars
include_vars: "{{ deployment_type }}.yml"
- name: Ensure configured Tower resources exist in the cluster.
k8s:

View File

@@ -1 +1,2 @@
---
uwsgi_bash: "bash -c"

View File

@@ -1 +1,2 @@
---
uwsgi_bash: "scl enable rh-postgresql10"