[stable-2.7] Fix 'Assert CNAME failure' assertion (#65875)

(cherry picked from commit 14ebceec25)

Co-authored-by: Justin Ossevoort <github@internetionals.nl>
pull/66011/head
Justin Ossevoort 5 years ago committed by Matt Clay
parent fb7a5c7ef4
commit 92e6db7431

@ -67,7 +67,7 @@
ignore_errors: yes
- name: Assert CNAME failure
assert: { that: "'custom domain name could not be verified' in change_account['msg']" }
assert: { that: "'Azure Error: StorageCustomDomainNameNotValid' in change_account['msg']" }
- name: Update account tags
azure_rm_storageaccount:

Loading…
Cancel
Save