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: