Skip to content

Commit

Permalink
fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Sep 14, 2023
1 parent f5efcd1 commit e4c944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/etcd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
ETCDCTL_API: "3"
register: etcd_health_result
until: >
'is healthy' in etcd_health_result.stdout or
'is healthy' in etcd_health_result.stdout or
'is healthy' in etcd_health_result.stderr
retries: 10
delay: 10
Expand Down

0 comments on commit e4c944e

Please sign in to comment.