mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -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
|
@ -352,7 +352,7 @@ state:
|
|||
"enableIPForwarding": false,
|
||||
"ipConfigurations": [
|
||||
{
|
||||
"etag": "W/\"041c8c2a-d5dd-4cd7-8465-9125cfbe2cf8\"",
|
||||
"etag": 'W/"041c8c2a-d5dd-4cd7-8465-9125cfbe2cf8"',
|
||||
"id": "/subscriptions/XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX/resourceGroups/Testing/providers/Microsoft.Network/networkInterfaces/testvm10_NIC01/ipConfigurations/default",
|
||||
"name": "default",
|
||||
"properties": {
|
||||
|
@ -450,7 +450,7 @@ def extract_names_from_blob_uri(blob_uri):
|
|||
return extracted_names
|
||||
|
||||
|
||||
class AzureRMVirtualMachine(AzureRMModuleBase):
|
||||
class AzureRMVirtualMachine(AzureRMModuleBase):
|
||||
|
||||
def __init__(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue