Harald Welte has uploaded this change for review. (
https://gerrit.osmocom.org/12725
Change subject: ansible/install-poky-sdk: Use "-y" command line argument
......................................................................
ansible/install-poky-sdk: Use "-y" command line argument
At least with current ansible, this patch is required to avoid
the poky SDK installer waiting indefinitely to somebody answering
his prompts on stdin.
Change-Id: I084a5a152f00bbd484f5616d417fa1486cb79413
---
M ansible/roles/install-poky-sdk/tasks/main.yml
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/25/12725/1
diff --git a/ansible/roles/install-poky-sdk/tasks/main.yml
b/ansible/roles/install-poky-sdk/tasks/main.yml
index dda60c5..9d64347 100644
--- a/ansible/roles/install-poky-sdk/tasks/main.yml
+++ b/ansible/roles/install-poky-sdk/tasks/main.yml
@@ -19,7 +19,7 @@
tags: [poky]
- name: execute poky installer
- command: "/tmp/{{ poky_installer_file }}"
+ command: "/tmp/{{ poky_installer_file }} -y"
args:
creates: "/opt/poky/{{ poky_version }}"
when: poky_copy.failed == false
--
To view, visit https://gerrit.osmocom.org/12725
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I084a5a152f00bbd484f5616d417fa1486cb79413
Gerrit-Change-Number: 12725
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>