We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895c25e commit 30a979cCopy full SHA for 30a979c
.github/workflows/main.yml
@@ -18,13 +18,13 @@ jobs:
18
python-version: '3.11'
19
20
- name: Install Ansible
21
- run: python -m pip install 'ansible'
+ run: pip install ansible
22
23
- name: Install operator_sdk.util dependency for Ansible role linting
24
run: ansible-galaxy collection install operator_sdk.util
25
26
- name: Install ansible-lint
27
- run: python -m pip install 'ansible-lint'
+ run: pip install ansible-lint
28
29
- name: Lint Ansible roles/servicetelemetry/ directory
30
run: ${HOME}/.local/bin/ansible-lint roles/servicetelemetry
0 commit comments