always add pf role to openbsd hosts
This commit is contained in:
parent
078e00f054
commit
81df3e7c10
1 changed files with 8 additions and 0 deletions
|
@ -25,3 +25,11 @@
|
|||
name: sndiod
|
||||
enabled: false
|
||||
state: stopped
|
||||
|
||||
- name: install os specific roles
|
||||
include_role:
|
||||
name: "{{ role }}"
|
||||
with_items:
|
||||
- pf
|
||||
loop_control:
|
||||
loop_var: role
|
||||
|
|
Loading…
Add table
Reference in a new issue