Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
- set_fact:
|
||||
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-postgres'] }}"
|
||||
when: matrix_postgres_enabled
|
||||
when: matrix_postgres_enabled|bool
|
||||
|
Reference in New Issue
Block a user