Hi,

I have a playbook that enables the vixie-cron service on Gentoo

However it fails to start the service using init scripts.  Is there a 
different way of managing services on Gentoo systems?

Thanks.


---

- name: Configuring service
  service: name=vixie-cron state=started enabled=yes
  tags:
    - system
    - cron
    - service



failed: [rnce-lcl] => {"failed": true, "parsed": false}
{"msg": "[Errno 2] No such file or directory", "failed": true, "cmd": 
"initctl version", "rc": 2}
{"msg": "cannot find 'service' binary or init script for service,  possible 
typo in service name?, aborting", "failed": true}

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/bd118259-56be-42c5-852e-49194f46d326%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to