mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-14 04:09:11 -07:00
ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526)
* Call ansible-validate-modules * Correct quotes + add newline
This commit is contained in:
parent
fa00c69ff2
commit
d13046a905
18 changed files with 106 additions and 85 deletions
|
@ -199,7 +199,7 @@ state:
|
|||
"internal_fqdn": null
|
||||
},
|
||||
"enable_ip_forwarding": false,
|
||||
"etag": "W/\"be115a43-2148-4545-a324-f33ad444c926\"",
|
||||
"etag": 'W/"be115a43-2148-4545-a324-f33ad444c926"',
|
||||
"id": "/subscriptions/XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX/resourceGroups/Testing/providers/Microsoft.Network/networkInterfaces/nic003",
|
||||
"ip_configuration": {
|
||||
"name": "default",
|
||||
|
@ -435,7 +435,7 @@ class AzureRMNetworkInterface(AzureRMModuleBase):
|
|||
|
||||
if self.check_mode:
|
||||
return self.results
|
||||
|
||||
|
||||
if changed:
|
||||
if self.state == 'present':
|
||||
if not nic:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue