Don't record using 'all' tag, will add tags if new ones are made
This commit is contained in:
parent
148b32ec59
commit
7610f8dcc2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue