The PPA only provides packages for Bionic and Jammy at this
time. Bionic is not going to be supported by the ansible scripts.
Change-Id: Ifc28fae75b94a49840c0efc887631fd49d712efe
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
---
- name: Add LTTng-CI PPA
- when: ansible_distribution == 'Ubuntu'
+ # This provides gdb with no babeltrace; however, it's only made
+ # available for certain releases
+ when: ansible_distribution == 'Ubuntu' and ansible_distribution_version in ['22']
block:
- name: LTTng-CI PPA | apt key
ansible.builtin.copy: