Remove unneeded roles from the installer directory

This commit is contained in:
Christian M. Adams
2021-02-22 13:40:13 -05:00
parent 70325fd249
commit af6af052d0
21 changed files with 10 additions and 1022 deletions

View File

@@ -1,8 +0,0 @@
# check_docker.yml
---
- name: postgres_data_dir should be defined
assert:
that:
- postgres_data_dir is defined and postgres_data_dir != ''
msg: "Set the value of 'postgres_data_dir' in the inventory file."
when: pg_hostname is not defined or pg_hostname == ''

View File

@@ -8,6 +8,3 @@
- include_tasks: check_openshift.yml
when: openshift_host is defined and openshift_host != ''
- include_tasks: check_docker.yml
when: openshift_host is not defined or openshift_host == ''