These are required for lttng-modules builds to succeed
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Change-Id: Idc1b1e2e9a5ac97d1810af3bd7c6f7b0dbe8bf67
when: ansible_architecture == 'i386' and ansible_distribution == 'Debian'
apt:
name: ['linux-headers-686', 'linux-headers-686-pae']
+ - name: Install amd64 linux headers Debian
+ when: ansible_architecture == 'x86_64' and ansible_distribution == 'Debian'
+ apt:
+ name: ['linux-headers-amd64']
- name: Install linux headers Ubuntu
when: ansible_distribution == 'Ubuntu'
apt: