aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/tasks/nftables.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/tasks/nftables.yml')
-rw-r--r--roles/space_server/tasks/nftables.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/space_server/tasks/nftables.yml b/roles/space_server/tasks/nftables.yml
index 73e9251..1f56a93 100644
--- a/roles/space_server/tasks/nftables.yml
+++ b/roles/space_server/tasks/nftables.yml
@@ -2,7 +2,7 @@
- name: Install our nftables service
copy:
dest: '/etc/systemd/system/nftables.service'
- src: nftables/nftables.service
+ src: nftables.service
owner: root
group: root
mode: 0644
@@ -25,7 +25,7 @@
- name: Configure nftables
copy:
dest: '/etc/nftables.conf'
- src: nftables/nftables.conf
+ src: nftables.conf
owner: root
group: root
mode: 0644