Revert changes made for ansible-devel that broke tests

This commit is contained in:
Laurent Indermuehle 2024-06-10 20:16:08 +02:00
commit dfb3ef9714
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -6,7 +6,7 @@
- name: Set tls_enabled fact
ansible.builtin.set_fact:
tls_enabled: "{{ 'YES' in result.stdout }}"
tls_enabled: "{{ 'YES' in result.stdout | bool | default('false', true) }}"
- vars:
mysql_parameters: &mysql_params