mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
* Fix nested noop block padding in dynamic includes * Address issues from the review * Fix typo
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook test_include_file_noop.yml -i ../../inventory "$@"
|