Skip to content

Commit e456676

Browse files
committed
Harden multifaucet DB wait condition for variable module response shape
1 parent 153a9fa commit e456676

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/multifaucet/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
register: response
4242
failed_when: false
4343
changed_when: false
44-
until: response.rc == 0 and ('mysqld is alive' in (response.stdout | default('')))
44+
until: "'mysqld is alive' in (response | to_json)"
4545
retries: 10
4646
delay: 10
4747

0 commit comments

Comments
 (0)