mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook check_mode.yml -i ../../inventory -v --check "$@"
|