Skip to content

Commit 30a979c

Browse files
committed
Simplify syntax for installing ansible and linter
1 parent 895c25e commit 30a979c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
python-version: '3.11'
1919

2020
- name: Install Ansible
21-
run: python -m pip install 'ansible'
21+
run: pip install ansible
2222

2323
- name: Install operator_sdk.util dependency for Ansible role linting
2424
run: ansible-galaxy collection install operator_sdk.util
2525

2626
- name: Install ansible-lint
27-
run: python -m pip install 'ansible-lint'
27+
run: pip install ansible-lint
2828

2929
- name: Lint Ansible roles/servicetelemetry/ directory
3030
run: ${HOME}/.local/bin/ansible-lint roles/servicetelemetry

0 commit comments

Comments
 (0)