systemctl start openvpn@server
failed: [laprouter] => {"failed": true, "item": ""}
msg: Failed to issue method call: Unit name openvpn@.service is not valid.
FATAL: all hosts have already failed -- aborting
- name: Ensure openvpn service enabled
service:
name="openvpn@server"
state=started
--
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-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/jajY_-n6qps/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
I haven't had enough time to actually fix this. If someone else can do it more quickly, that would be awesome. In the meantime, will have to use the command module.