Force batch in FreeBSD
This commit is contained in:
parent
cf42ec7e8c
commit
7ede7609f7
@ -3,6 +3,10 @@
|
||||
postfix:
|
||||
pkg.installed:
|
||||
- name: {{ postfix.package }}
|
||||
{%- if grains['os_family']=="FreeBSD" %}
|
||||
- force: True
|
||||
- batch: True
|
||||
{%- endif %}
|
||||
- watch_in:
|
||||
- service: postfix
|
||||
service.running:
|
||||
|
Loading…
Reference in New Issue
Block a user