mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-07-10 18:24:25 +02:00
9 lines
181 B
Bash
Executable file
9 lines
181 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
ABSOLUTE_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
pushd .
|
|
|
|
cd "$ABSOLUTE_PATH"
|
|
ansible-playbook tests.yml --diff -i 127.0.0.1, $@
|
|
|
|
popd >/dev/null
|