Skip to content

Commit 33a79f0

Browse files
authored
Fix some ansible-lint issues (#1793)
Signed-off-by: Christian Berendt <[email protected]>
1 parent 49fa22b commit 33a79f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
collections:
3-
- name: https://github.com/ansible-collections/ansible.posix.git
3+
- name: https://github.com/ansible-collections/ansible.posix
44
type: git
55
version: main
66

7-
- name: https://github.com/osism/ansible-collection-commons.git
7+
- name: https://github.com/osism/ansible-collection-commons
88
type: git
99
version: main
1010

11-
- name: https://github.com/osism/ansible-collection-services.git
11+
- name: https://github.com/osism/ansible-collection-services
1212
type: git
1313
version: main

0 commit comments

Comments
 (0)