We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bd35c commit b8cc5a6Copy full SHA for b8cc5a6
tasks/main.yml
@@ -17,11 +17,12 @@
17
18
- name: Check if MySQL packages were installed.
19
set_fact:
20
- mysql_install_packages: >
21
- {{ (rh_mysql_install_packages is defined and rh_mysql_install_packages.changed)
+ mysql_install_packages: "{{ (rh_mysql_install_packages is defined and rh_mysql_install_packages.changed)
22
or (deb_mysql_install_packages is defined and deb_mysql_install_packages.changed)
23
or (arch_mysql_install_packages is defined and arch_mysql_install_packages.changed) }}"
24
+- debug: var=mysql_install_packages
25
+
26
# Configure MySQL.
27
- include: configure.yml
28
- include: secure-installation.yml
0 commit comments