osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/30343 )
Change subject: ansible/install-poky-sdk: install more depends ......................................................................
ansible/install-poky-sdk: install more depends
Install missing depends file and gcc, and sort the list alphabetically while at it.
Related: OS#5794 Change-Id: Ia0530859d65818e55498bc97af139b8773445dcf --- M ansible/roles/install-poky-sdk/tasks/main.yml 1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/43/30343/1
diff --git a/ansible/roles/install-poky-sdk/tasks/main.yml b/ansible/roles/install-poky-sdk/tasks/main.yml index 85b3c94..548f0fb 100644 --- a/ansible/roles/install-poky-sdk/tasks/main.yml +++ b/ansible/roles/install-poky-sdk/tasks/main.yml @@ -1,9 +1,11 @@ --- -- name: install bzip2 and tar +- name: install dependencies for poky installer apt: name: - - tar - bzip2 + - file + - gcc + - tar cache_valid_time: 3600 update_cache: yes