From 4a05676e8a5bcf1c44eaeeefc8fe7705eca1ac37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gonzalez?= Date: Tue, 16 Jul 2024 18:19:52 -0600 Subject: [PATCH] Chore/Added roles to ansible_lint config to not raise errors on the CI/CD pipeline --- .ansible-lint | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index c32fb0720..06cdc3695 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -23,8 +23,14 @@ mock_modules: # # note the foo.bar is invalid as being neither a module or a collection # - fake_namespace.fake_collection.fake_module # - fake_namespace.fake_collection.fake_module.fake_submodule -# mock_roles: -# - mocked_role +mock_roles: + - base + - heavy_workstation + - light_workstation + - samsung_expert + - server + - work + - local # - author.role_name # old standalone galaxy role # - fake_namespace.fake_collection.fake_role # role within a collection