mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
adding tags to azure_rm_sqldatabase (#52615)
* adding tags to sql database * can't add version_added, so have to ignore sanity test * removed ignore
This commit is contained in:
committed by
Matt Davis
parent
20a96bcc4e
commit
4292c33649
@@ -117,6 +117,8 @@
|
||||
server_name: sqlsrv{{ random_postfix }}
|
||||
name: database{{ random_postfix }}
|
||||
location: eastus
|
||||
tags:
|
||||
aaa: bbb
|
||||
register: output
|
||||
- name: Assert the resource instance is well created
|
||||
assert:
|
||||
@@ -130,6 +132,8 @@
|
||||
server_name: sqlsrv{{ random_postfix }}
|
||||
name: database{{ random_postfix }}
|
||||
location: eastus
|
||||
tags:
|
||||
aaa: bbb
|
||||
register: output
|
||||
- name: Assert the state has not changed
|
||||
assert:
|
||||
|
||||
Reference in New Issue
Block a user