Skip to content

Commit a0fc127

Browse files
committed
mock modules
1 parent 1b5ce95 commit a0fc127

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.ansible-lint

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ exclude_paths:
2727
verbosity: 1
2828

2929
# # Mock modules or roles in order to pass ansible-playbook --syntax-check
30-
# mock_modules:
30+
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
3135
# - zuul_return
3236
# # note the foo.bar is invalid as being neither a module or a collection
3337
# - fake_namespace.fake_collection.fake_module

0 commit comments

Comments
 (0)