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:
@@ -47,7 +47,7 @@
|
||||
- base
|
||||
|
||||
- name: Start and enable opendkim
|
||||
service: name=opendkim state=running enabled=true
|
||||
service: name=opendkim state=started enabled=true
|
||||
tags:
|
||||
- opendkim
|
||||
- service
|
||||
|
||||
Reference in New Issue
Block a user