Skip to content

Commit

Permalink
allow to configure kernel modules
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed Oct 28, 2023
1 parent e704b27 commit 2fa7bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/wireguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
ansible.builtin.lineinfile:
path: "/etc/modules-load.d/{{ item }}.conf"
line: "{{ item }}"
regexp: "^{{ item }}"
owner: root
group: root
mode: u=rw,go=r
Expand Down

0 comments on commit 2fa7bd9

Please sign in to comment.