mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
postfix typo
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
- $files/postfix/main.cf.${postfix_group}
|
||||
- $files/postfix/main.cf
|
||||
notify:
|
||||
- restart postifx
|
||||
- restart postfix
|
||||
tags:
|
||||
- postfix
|
||||
- config
|
||||
|
||||
@@ -13,8 +13,10 @@
|
||||
- $files/postfix/main.cf.${postfix_group}
|
||||
- $files/postfix/main.cf
|
||||
notify:
|
||||
- restart postifx
|
||||
- restart postfix
|
||||
tags:
|
||||
- postfix
|
||||
- config
|
||||
|
||||
- name: enable postfix to start
|
||||
action: service name=postfix state=running enabled=true
|
||||
|
||||
Reference in New Issue
Block a user