Merge "Update usage of "|" to "is""

This commit is contained in:
Zuul 2018-09-05 14:58:35 +00:00 committed by Gerrit Code Review
commit 5f0b0a84d0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
{{ configure_instance_user | default('cirros') }}@{{ instance_ip }}
"cat /etc/hostname"
register: ssh_result
until: ssh_result | succeeded
until: ssh_result is success
retries: 30
delay: 20