robertdebock / ansible-role-ara

Install and configure ara on your system.
https://robertdebock.nl/
Apache License 2.0
6 stars 3 forks source link

/etc/init.d/ara: 63: /etc/init.d/ara: Syntax error: Missing '))'\n #3

Closed robertdebock closed 6 years ago

robertdebock commented 6 years ago
ISSUE TYPE
OS / ENVIRONMENT

Debian and Ubuntu

ACTUAL RESULTS
TASK [robertdebock.ara : start and enable ara] *********************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "/etc/init.d/ara: 63: /etc/init.d/ara: Syntax error: Missing '))'\n"}
dmsimard commented 6 years ago

Are you working on sysvinit/upstart systems ?

FWIW we set up a systemd unit file in the other role.

robertdebock commented 6 years ago

Thanks @dmsimard , this was an issue with a SystemV init script. Seems to be resolved.