We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 308d3a8 + 0c0a27e commit 2b2fb71Copy full SHA for 2b2fb71
2 files changed
roles/ansible-lint/tasks/main.yml
@@ -1,4 +1,7 @@
1
---
2
3
- name: Install ansible-lint at version 5.0.12
4
- pip: state=present name=ansible-lint version=5.0.12
+ pip:
5
+ name: ansible-lint
6
+ version: 5.0.12
7
+ state: present
roles/testinfra/tasks/main.yml
@@ -1,7 +1,13 @@
- name: Install testinfra at version 6.3.0
- pip: state=present name=pytest-testinfra version=6.3.0
+ name: pytest-testinfra
+ version: 6.3.0
8
9
- name: Install pytest-spec formatter at version 3.2.0
- pip: state=present name=pytest-spec version=3.2.0
10
11
+ name: pytest-spec
12
+ version: 3.2.0
13
0 commit comments