Skip to content
Snippets Groups Projects
Verified Commit 8d7f182e authored by Chris Croome's avatar Chris Croome
Browse files

typo fixed

parent 7f695d23
No related branches found
No related tags found
No related merge requests found
Pipeline #29827 failed
......@@ -100,7 +100,7 @@
when:
- mariadb_conf_variable_uncommented is defined
- mariadb_conf_variable_uncommented.changed is defined
- mariadb_conf_variable_uncommented.changed | true
- mariadb_conf_variable_uncommented.changed | bool
- mariadb_init is defined
- mariadb_init == "systemd"
......@@ -132,7 +132,7 @@
when:
- mariadb_conf_variable_edited is defined
- mariadb_conf_variable_edited.changed is defined
- mariadb_conf_variable_edited.changed | true
- mariadb_conf_variable_edited.changed | bool
- mariadb_init is defined
- mariadb_init == "systemd"
......
......@@ -41,7 +41,7 @@
when:
- mariadb_cnf_file_templated is defined
- mariadb_cnf_file_templated.changed is defined
- mariadb_cnf_file_templated.changed | true
- mariadb_cnf_file_templated.changed | bool
- mariadb_init is defined
- mariadb_init == "systemd"
......
......@@ -30,7 +30,7 @@
when:
- mariadb_install is defined
- mariadb_install.changed is defined
- mariadb_install.changed | true
- mariadb_install.changed | bool
- mariadb_init is defined
- mariadb_init == "systemd"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment