5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook check_mode.yml -i ../../inventory -v --check "$@"
|