Skip to content

Commit

Permalink
Chore/Added roles to ansible_lint config to not raise errors on the C…
Browse files Browse the repository at this point in the history
…I/CD pipeline
  • Loading branch information
andre-gonzalez committed Jul 17, 2024
1 parent 612ab7b commit 4a05676
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a05676

Please sign in to comment.