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

(cherry picked from commit 14ebceec25)

Co-authored-by: Justin Ossevoort <github@internetionals.nl>
pull/66009/head
Justin Ossevoort 5 years ago committed by Matt Clay
parent 374e3b12f6
commit 652a456e45

@ -109,7 +109,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