From c5fa6ffda9f9457bfa9229c61b54726837fb7ea5 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 7 Mar 2021 15:41:12 +0000 Subject: [PATCH] updating requirements.yml --- requirements.yml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/requirements.yml b/requirements.yml index 7911227..1e7faf1 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,14 +1,20 @@ --- +# roles # linux -- src: jnv.debian-backports -- src: jnv.unattended-upgrades -- src: nickjj.docker -- src: nickjj.fail2ban +roles: + - src: jnv.debian-backports + - src: jnv.unattended-upgrades + - src: nickjj.docker + - src: nickjj.fail2ban -# mac -- src: elliotweiser.osx-command-line-tools -- src: geerlingguy.homebrew + # mac + - src: elliotweiser.osx-command-line-tools + - src: geerlingguy.homebrew -# misc -- src: fubarhouse.golang -... + # misc + - src: fubarhouse.golang + +# collections +# linux +collections: + - community.docker