Skip to content

Commit

Permalink
chore(supervised_install): update required packages list
Browse files Browse the repository at this point in the history
  • Loading branch information
jhampson-dbre committed Jul 29, 2024
1 parent 94e1309 commit 7c25d19
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions roles/supervised_install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@
- name: Install OS package prereqs # noqa 403
apt:
name:
- jq
- wget
- apparmor
- bluez
- cifs-utils
- curl
- udisks2
- dbus
- jq
- libglib2.0-bin
- lsb-release
- network-manager
- dbus
- apparmor-utils
- nfs-common
- systemd-journal-remote
- systemd-resolved
- udisks2
- wget
state: latest
update_cache: yes

Expand Down

0 comments on commit 7c25d19

Please sign in to comment.