Merge "Move build-essential arm64 things to base"
This commit is contained in:
commit
3d000db788
@ -82,3 +82,12 @@
|
||||
dest: /etc/apt/apt.conf.d/50unattended-upgrades
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Ensure required build packages for non-wheel architectures
|
||||
apt:
|
||||
update_cache: yes
|
||||
name:
|
||||
- libffi-dev
|
||||
- libssl-dev
|
||||
- build-essential
|
||||
when: ansible_architecture == 'aarch64'
|
||||
|
Loading…
Reference in New Issue
Block a user