EvoBSD/roles/pf/tasks/main.yml
Jérémy Dubois e29e0e9e62 Ansible-lint and yamllint again
Lot of truthy variables, indentation and trailing spaces
2020-06-01 11:37:15 +02:00

8 lines
115 B
YAML

---
- name: Setup pf.conf
template:
src: pf.conf.j2
dest: /etc/pf.conf
mode: "0600"
backup: true