-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add required versions into requirements.yml
- Loading branch information
1 parent
09228eb
commit c76b6b4
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
--- | ||
roles: | ||
- name: brianhartsock.avahi | ||
version: 'v1.2.0' | ||
- name: compscidr.gpg | ||
version: '0.0.4' | ||
- name: geerlingguy.docker | ||
version: '7.4.1' | ||
- name: geerlingguy.jenkins | ||
version: '5.3.0' | ||
- name: geerlingguy.ntp | ||
version: '2.5.0' | ||
- name: mrlesmithjr.netplan | ||
version: 'v0.4.2' | ||
|
||
collections: | ||
- name: ansible.posix | ||
version: '1.6.2' | ||
- name: community.docker | ||
version: '4.0.0' | ||
- name: community.general | ||
version: '10.0.0' |