f791f5b3cd
When pipe is added to command, it should still exit with its result code, so save it by setting pipeline option before each command. Close-Bug: #1676156 Change-Id: Ibbe49b4a15a5b7825447a563fe35af85fd48b3ff
7 lines
189 B
YAML
7 lines
189 B
YAML
- name: Setup repos on live host
|
|
shell: >
|
|
set -o pipefail &&
|
|
{{ ib_repo_workdir }}/install-built-repo.sh 2>&1 {{ timestamper_cmd }} >
|
|
{{ ib_repo_install_log }}
|
|
become: true
|