diff --git a/tasks/packages.yml b/tasks/packages.yml index a7f2ef7..e188574 100644 --- a/tasks/packages.yml +++ b/tasks/packages.yml @@ -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' ]