]> arthur.ath.cx Git - AnsibleRoles.git/blobdiff - roles/autofs/tasks/main.yml
Use "service: state=started" instead of "running"
[AnsibleRoles.git] / roles / autofs / tasks / main.yml
index d903ba3bdb075e82e3dc4f52bba0f3714bbea863..7dd5e4d55cb2e05a18abf32021d8c7d0ce738a81 100644 (file)
     name=autofs
     state=installed
 
-- name: ensure service "autofs" is enabled and running
+- name: ensure service "autofs" is enabled and started
   tags:
     - autofs
     - services
   service: >
     enabled=yes
     name=autofs
-    state=running
+    state=started