Skip to content

Commit

Permalink
Landing playbook in a role should be called main.yml where include_ro…
Browse files Browse the repository at this point in the history
…le is used
  • Loading branch information
paulbrowne committed Oct 1, 2024
1 parent 19d5589 commit 1bb69fa
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
- name: Install pre-requisites
ansible.builtin.apt:
- dctrl-tools
- gcc-12
- cpp-12
- libgcc-12-dev
- libasan8
- libtsan2
- dkms
state: latest
pkg:
- dctrl-tools
- gcc-12
- cpp-12
- libgcc-12-dev
- libasan8
- libtsan2
- dkms
state: latest

- name: Install the broadcom driver for NetXtreme-E Ethernet
ansible.builtin.apt:
Expand Down

0 comments on commit 1bb69fa

Please sign in to comment.