ansible-collection-pod/tests/justfile
2023-01-14 07:17:36 +01:00

11 lines
163 B
Makefile

# vagrant up
up:
@vagrant up
# vagrant up --provision
provision:
@vagrant up --provision
# vagrant destroy --force
destroy:
@vagrant destroy --force