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