Skip to content
Snippets Groups Projects
Commit 671fa3f6 authored by Chris Croome's avatar Chris Croome
Browse files

YAML syntax fix

parent 130c4c2f
No related branches found
No related tags found
No related merge requests found
Pipeline #17663 passed
......@@ -66,7 +66,7 @@
- name: Run mysql_upgrade
command: mysql_upgrade
register: mariadb_upgrade
changed_when: ( "This installation of MariaDB is already upgraded" not in mariadb_upgrade.stdout
changed_when: ( "This installation of MariaDB is already upgraded" not in mariadb_upgrade.stdout )
- name: Stat /etc/mysql/my.cnf
stat:
......
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