mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
postfix: Make sure package is installed.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
---
|
||||
- name: Make sure postfix is installed
|
||||
ansible.builtin.package:
|
||||
state: present
|
||||
name:
|
||||
- postfix
|
||||
tags:
|
||||
- postfix
|
||||
|
||||
- name: /etc/postfix/main.cf
|
||||
ansible.builtin.copy: src={{ item }} dest=/etc/postfix/main.cf
|
||||
with_first_found:
|
||||
|
||||
Reference in New Issue
Block a user