Fix a variable name.
This commit is contained in:
parent
721c4d43af
commit
3689c3a828
|
@ -18,7 +18,7 @@
|
||||||
creates: '{{ psql_el_data_dir }}/postgresql.conf'
|
creates: '{{ psql_el_data_dir }}/postgresql.conf'
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- not psql_install_scl_version
|
- not psql_el_install_scl_version
|
||||||
- ansible_distribution_file_variety == "RedHat"
|
- ansible_distribution_file_variety == "RedHat"
|
||||||
tags: [ 'postgresql', 'postgres' ]
|
tags: [ 'postgresql', 'postgres' ]
|
||||||
|
|
||||||
|
@ -33,6 +33,6 @@
|
||||||
creates: '{{ psql_el_data_dir }}/postgresql.conf'
|
creates: '{{ psql_el_data_dir }}/postgresql.conf'
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- psql_install_scl_version
|
- psql_el_install_scl_version
|
||||||
- ansible_distribution_file_variety == "RedHat"
|
- ansible_distribution_file_variety == "RedHat"
|
||||||
tags: [ 'scl', 'postgresql', 'postgres' ]
|
tags: [ 'scl', 'postgresql', 'postgres' ]
|
||||||
|
|
Loading…
Reference in New Issue