mirror of
https://github.com/MatteZ02/infra.git
synced 2025-08-01 15:54:34 +00:00
Update deployer.yml
This commit is contained in:
@@ -57,7 +57,9 @@
|
|||||||
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 is defined
|
||||||
|
- 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:
|
||||||
|
Reference in New Issue
Block a user