ansible/install-poky-sdk: install more depends

Install missing depends file and gcc, and sort the list alphabetically
while at it.

Fixes: OS#5794
Change-Id: Ia0530859d65818e55498bc97af139b8773445dcf
This commit is contained in:
Oliver Smith 2022-11-28 11:49:03 +01:00
parent f04bfa8cc5
commit 9fbcd1c35b
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
---
- name: install bzip2 and tar
- name: install dependencies for poky installer
apt:
name:
- tar
- build-essential
- bzip2
- file
- tar
cache_valid_time: 3600
update_cache: yes