minifirewall: fix config file right

This commit is contained in:
Victor LABORIE 2017-05-02 17:50:40 +02:00
parent 8227e7a617
commit 584fdafa7e

View file

@ -29,3 +29,9 @@
- name: configuration is copied
command: "cp {{ minifirewall_checkout_path }}/minifirewall.conf /etc/default/minifirewall"
when: not default_minifirewall.stat.exists
- name: fix configuration rights
file:
path: /etc/default/minifirewall
mode: "0600"
state: file