Fix a variable name.
This commit is contained in:
parent
721c4d43af
commit
3689c3a828
|
@ -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' ]
|
||||
|
|
Loading…
Reference in New Issue