mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Remove time from "just run" command
People who need to time things should do it themselves, explicitly. Forcing `time` on people is a little rude.
This commit is contained in:
parent
ac00853671
commit
27892369e1
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -35,7 +35,7 @@ setup-all *extra_args: (run-tags "setup-all,start" extra_args)
|
|||
|
||||
# Runs the playbook with the given list of arguments
|
||||
run +extra_args:
|
||||
time ansible-playbook -i inventory/hosts setup.yml {{ extra_args }}
|
||||
ansible-playbook -i inventory/hosts setup.yml {{ extra_args }}
|
||||
|
||||
# Runs the playbook with the given list of comma-separated tags and optional arguments
|
||||
run-tags tags *extra_args:
|
||||
|
|
Loading…
Reference in a new issue