Skip to content

Commit

Permalink
Remove unnecessary nftable dir create
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 19, 2024
1 parent 33d2301 commit bc16b91
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ansible/roles/nginx/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,3 @@
notify: reload nginx
tags:
- nginx

- name: create config dir
ansible.builtin.file:
path: /etc/ooni/nftables/tcp
state: directory
owner: root
group: root
mode: 0755
tags:
- nftables

0 comments on commit bc16b91

Please sign in to comment.