Remove deployment_type

This commit is contained in:
Shane McDonald
2021-01-21 13:15:14 -05:00
parent 49f0d44dee
commit cf633d6ec2
12 changed files with 0 additions and 33 deletions

View File

@@ -1,7 +1,4 @@
---
- name: Include deployment type vars
include_vars: "{{ deployment_type }}.yml"
- name: Check for existing secret key
k8s_info:
kind: Secret

View File

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

View File

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