From a179854fbb1a9d30c55306c4fc9387c1e978961c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 May 2019 19:00:49 +0100 Subject: [PATCH] Create opensnitch config directory --- tasks/security.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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