From d2300f83b19c1c463c8d017737092b8065f8e5ea Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 29 Jan 2019 22:53:44 +0100 Subject: 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 --- ansible/roles/install-poky-sdk/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3