mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
change state=running to start=started as the old one is going away in ansible 2.7
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
- config
|
||||
|
||||
- name: enable postfix to start
|
||||
service: name=postfix state=running enabled=true
|
||||
service: name=postfix state=started enabled=true
|
||||
tags:
|
||||
- service
|
||||
|
||||
Reference in New Issue
Block a user