[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:
parent
fb7a5c7ef4
commit
92e6db7431
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue