Replies: 1 comment
-
|
why not have a separate step where you install all dependencies using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some private Ansible roles that I don't want downloaded when running ansible-lint via a Github Action (CI). How do I disable/enable offline mode? I need to emulate:
`ansible-lint --offline
But I need to install public Ansible collections as well. Is there a way to install collections and exclude roles? I'm OK with not installing anything and just running "--offline" somehow. I prefer not to have to get SSH keys involved to download my roles; they're not necessary for the linting of my YAML files.
Here is a sanitized copy of my requirements.yml file:
Beta Was this translation helpful? Give feedback.
All reactions