diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2026-03-05 14:08:08 +0100 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2026-03-05 14:08:12 +0100 |
| commit | 4a47926107ca34c08d7355de3068678b94ce1776 (patch) | |
| tree | a384c8bd46d3aa522469f38169ddfa7157c9b368 | |
| parent | 61c759a333163ff31b874c7a21b7b96a95094ab0 (diff) | |
Fix nftables destination path.
| -rw-r--r-- | tasks/firewall.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/firewall.yml b/tasks/firewall.yml index fa46ade..a4a7fee 100644 --- a/tasks/firewall.yml +++ b/tasks/firewall.yml @@ -3,7 +3,7 @@ - name: Configure nftables copy: src=etc/nftables.conf - dest=/etc/nftables + dest=/etc/nftables.conf owner=root group=root mode=0644 notify: |
