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: