Fix a variable name.

This commit is contained in:
Andrea Dell'Amico 2020-07-30 16:25:57 +02:00
parent 721c4d43af
commit 3689c3a828
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
creates: '{{ psql_el_data_dir }}/postgresql.conf'
when:
- not psql_install_scl_version
- not psql_el_install_scl_version
- ansible_distribution_file_variety == "RedHat"
tags: [ 'postgresql', 'postgres' ]
@ -33,6 +33,6 @@
creates: '{{ psql_el_data_dir }}/postgresql.conf'
when:
- psql_install_scl_version
- psql_el_install_scl_version
- ansible_distribution_file_variety == "RedHat"
tags: [ 'scl', 'postgresql', 'postgres' ]