Skip to content

Commit

Permalink
Add the ip_tables kernel module.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Apr 22, 2023
1 parent b0c2a8d commit b1e6b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/system/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,10 @@
- gpio
- dialout

- name: Add the `veth` kernel module.
- name: Add the necessary kernel modules using `modprobe`.
ansible.builtin.shell: |
sudo modprobe veth
sudo modprobe ip_tables
- name: Perform system upgrade
ansible.builtin.apt:
Expand Down

0 comments on commit b1e6b21

Please sign in to comment.