Drop testing support for CentOS 6.

This commit is contained in:
Jeff Geerling 2020-12-08 16:56:07 -06:00
parent f63832c828
commit 820e215d76
1 changed files with 0 additions and 10 deletions

View File

@ -26,16 +26,6 @@
changed_when: false
when: ansible_os_family == 'Debian'
- name: Set custom variables for old CentOS 6 PostgreSQL install.
set_fact:
postgresql_hba_entries: []
postgresql_global_config_options:
- option: unix_socket_directory
value: '{{ postgresql_unix_socket_directories[0] }}'
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_version.split('.')[0] == '6'
roles:
- role: geerlingguy.postgresql