diff --git a/tasks/security.yml b/tasks/security.yml index 9a3f07b..8b451e5 100644 --- a/tasks/security.yml +++ b/tasks/security.yml @@ -6,10 +6,10 @@ become_user: aur_builder when: "item not in installed_packages.stdout_lines" with_items: + - 'opensnitch-git' - 'qomui' - 'wireguard-arch' - 'wireguard-tools' - - 'opensnitch-git' - name: Install assh config copy: @@ -18,6 +18,14 @@ mode: 0644 owner: "{{ user }}" +- name: "Create opensnitch config directory" + file: + path: '{{ home }}/.opensnitch/' + state: directory + owner: "{{ user }}" + mode: 0755 + + - name: Install opensnitch config copy: src: ./files/opensnitch.json