add more collections
This commit is contained in:
parent
6a5743b6b8
commit
53747f2666
|
@ -16,6 +16,7 @@ Where `requirements.yml` we need to specify the list of collections that we want
|
||||||
```
|
```
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Collection index:
|
# Collection index:
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
- name: ansible.posix
|
||||||
|
- name: ansible.utils
|
||||||
|
- name: ansible.windows
|
Loading…
Reference in New Issue