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

(cherry picked from commit 14ebceec25)

Co-authored-by: Justin Ossevoort <github@internetionals.nl>
This commit is contained in:
Justin Ossevoort 2019-12-19 18:12:38 +01:00 committed by Matt Clay
parent fb7a5c7ef4
commit 92e6db7431

View file

@ -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: