-
Hello ansible-lint community I'm struggling with switching from the old linter ( Linting produces the following error multiple times:
I see What's the best practice to add this additional dependency to our linting workflow? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Have you tried something similiar to this? - name: Install system dependencies
run: |
sudo apt-get --assume-yes install python3-pip --no-install-recommends
python3 -m pip install --user -U jmespath |
Beta Was this translation helpful? Give feedback.
Sorry for the late reply, I was on holidays.
In the end I got it to work with setting up all the packages myself and ignoring the provided ansible-lint GH action: