Hide echo from Make
This commit is contained in:
parent
8593a85819
commit
ce06a68e38
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
|
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
|
@cat .roles_played | sort | uniq > temp && mv temp .roles_played
|
||||||
|
|
||||||
previous:
|
previous:
|
||||||
|
|
Loading…
Add table
Reference in a new issue