From 3b2a441320caea9a6c6883e78f43877c1218c615 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Thu, 24 Feb 2022 21:26:59 +0100 Subject: [PATCH] Remove git and secrets installs, they are utils --- playbook.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/playbook.yml b/playbook.yml index 0bbde40..b777bd3 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,10 +3,6 @@ roles: - role: base tags: base - - role: git - tags: git - - role: secrets-repo - tags: secrets-repo - role: bash tags: bash - role: zsh