ce1de28061
* Fix notify on import_tasks also able to apply to blocks now.
7 lines
132 B
Bash
Executable file
7 lines
132 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook test_includes.yml -i ../../inventory "$@"
|
|
|
|
ansible-playbook inherit_notify.yml "$@"
|