install with state=present instead of latest
All checks were successful
the build was successful

This commit is contained in:
Robert Kaussow 2019-01-09 20:56:03 +01:00
parent 89a8bc0fc3
commit 9e8d4da701

View File

@ -3,8 +3,8 @@
block: block:
- name: Install required packages - name: Install required packages
package: package:
name: '{{ item }}' name: "{{ item }}"
state: latest state: present
with_items: with_items:
- postfix - postfix
- cyrus-sasl-plain - cyrus-sasl-plain