Deployer Tasks: Fix typo

This commit is contained in:
Christer Warén 2024-04-18 16:59:58 +03:00
parent df47f06308
commit bd3ca45f1a

View File

@ -51,17 +51,17 @@
tags: tags:
- mariadb - mariadb
- name: "Deployer - MariaDB - Upgrade" - name: "Deployer - MariaDB - Upgrade"
containers.podman.podman_container_exec: containers.podman.podman_container_exec:
container: "mariadb" container: "mariadb"
command: "mariadb-upgrade --host=127.0.0.1 --user=root --password=y9ZmTmUKLaRrZ4SA" command: "mariadb-upgrade --host=127.0.0.1 --user=root --password=y9ZmTmUKLaRrZ4SA"
register: task register: task
ignore_errors: yes ignore_errors: yes
changed_when: task.stdout.find("This installation of MariaDB is already upgraded") == -1 changed_when: task.stdout.find("This installation of MariaDB is already upgraded") == -1
when: when:
- (deployerTask102 is defined and deployerTask102.changed) or deployerTask102 is undefined - (deployerTask102 is defined and deployerTask102.changed) or deployerTask102 is undefined
tags: tags:
- mariadb - mariadb
- name: "Deployer - MariaDB - Create Users" - name: "Deployer - MariaDB - Create Users"
mysql_user: mysql_user: