This commit is contained in:
parent
89a8bc0fc3
commit
9e8d4da701
@ -3,8 +3,8 @@
|
||||
block:
|
||||
- name: Install required packages
|
||||
package:
|
||||
name: '{{ item }}'
|
||||
state: latest
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- postfix
|
||||
- cyrus-sasl-plain
|
||||
|
Loading…
Reference in New Issue
Block a user