From 7610f8dcc2f78307b41d1b991cb4bedc473b9176 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Thu, 17 Mar 2022 22:36:54 +0100 Subject: [PATCH] Don't record using 'all' tag, will add tags if new ones are made --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 021831c..c1f62aa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ %: ansible-playbook playbook.yml --ask-become-pass -t $@ --vault-password-file=get-vault-password.sh - echo $@ >> .roles_played + echo $@ | grep -v all >> .roles_played @cat .roles_played | sort | uniq > temp && mv temp .roles_played previous: