We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5ce95 commit a0fc127Copy full SHA for a0fc127
.ansible-lint
@@ -27,7 +27,11 @@ exclude_paths:
27
verbosity: 1
28
29
# # Mock modules or roles in order to pass ansible-playbook --syntax-check
30
-# mock_modules:
+mock_modules:
31
+ - amazon.aws.ec2_instance_info
32
+ - amazon.aws.ec2_eip_info
33
+ - azure.azcollection.azure_rm_publicipaddress_info
34
+ - azure.azcollection.azure_rm_virtualmachine_info
35
# - zuul_return
36
# # note the foo.bar is invalid as being neither a module or a collection
37
# - fake_namespace.fake_collection.fake_module
0 commit comments