ansible-roles/minifirewall/tasks/utils.yml
Jérémy Lecour a53159c93b
All checks were successful
continuous-integration/drone/push Build is passing
minifirewall: compatibility with "legacy" version of minifirewall
2022-04-28 12:40:02 +02:00

21 lines
390 B
YAML

---
- include_role:
name: evolix/remount-usr
- name: /usr/share/scripts exists
file:
dest: /usr/share/scripts
mode: "0700"
owner: root
group: root
state: directory
- name: blacklist-countries.sh is copied
copy:
src: blacklist-countries.sh
dest: /usr/share/scripts/blacklist-countries.sh
force: "no"
mode: "0700"
owner: root
group: root