Files
tripleo-quickstart-extras/roles/install-built-repo/tasks/install_built_repo.yml
Sorin Sbarnea 8b2e5653e4 lint: fixed ansible-lint 301 rule
Change-Id: I8ce7e11cd6027b53f1112c5880a5891c778db9d4
2020-01-05 19:37:09 +00:00

9 lines
214 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
changed_when: true