mirror of https://github.com/ansible/ansible.git
[2.11] Log `runme.sh` execution in integration tests (#79285)
* Log `runme.sh` execution in integration tests (#79263) * Log `runme.sh` execution in integration tests This patch adds `set -x` where it's missing in the integration tests. It also enables `pipefail` in `runme.sh` scripts that use pipes. * Add a change note for PR #79263 (cherry picked from commitpull/79328/head6674c43edd
) * Delete a bad PR #79263 change note (cherry picked from commit9cfb3f73e8
)
parent
e7b39bd1bd
commit
de7fe7814a
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
set -eux
|
||||
|
||||
ANSIBLE_ROLES_PATH=../ ansible-playbook --vault-password-file vault-password runme.yml -i inventory "${@}"
|
||||
|
Loading…
Reference in New Issue