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