Skip to content

Commit

Permalink
Fix: Update Ubuntu 22.04 dependencies for baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Anil Belur <[email protected]>
Change-Id: Ia055662cad9572a4032ac4880bbe85e8b3706ea9
  • Loading branch information
askb committed Oct 19, 2024
1 parent eb736b5 commit f3b57fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provision/baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
- name: Install base packages
ansible.builtin.include_tasks: "{{ item }}"
with_first_found:
- "install-base-pkgs-{{ ansible_distribution }}.yaml"
- "install-base-pkgs-{{ ansible_distribution }}-{{ ansible_distribution_version }}.yaml"
- "install-base-pkgs-{{ ansible_os_family }}.yaml"
- "install-base-pkgs-{{ ansible_distribution }}.yaml"

- name: Allow jenkins user sudo access
ansible.builtin.copy:
Expand Down
10 changes: 10 additions & 0 deletions provision/install-base-pkgs-Ubuntu-22.04.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
- name: Install base packages
ansible.builtin.apt:
name:
- build-essential
- devscripts
- equivs
- gdebi
state: latest
become: true

0 comments on commit f3b57fe

Please sign in to comment.