tripleo-quickstart-extras/roles/install-built-repo/tasks/install_built_repo.yml

8 lines
193 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