From ce06a68e38720fc79ae862bb1a19741fe613b8eb Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Mon, 2 May 2022 22:02:52 +0200 Subject: [PATCH] Hide echo from Make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1f62aa..3f55905 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 $@ | grep -v all >> .roles_played + @echo $@ | grep -v all >> .roles_played @cat .roles_played | sort | uniq > temp && mv temp .roles_played previous: