ansible-role-rundeck
ansible-role-rundeck copied to clipboard
Rundeck 4.6.1 server/sbin/rundeckd script fails to start
Describe the bug
The role runs without error but the startup script does not work, rundeck does not start
server/sbin/rundeckd start
server/sbin/rundeckd: line 15: /opt/rundeck/etc/profile: No such file or directory
Starting rundeckd: [OK]
The error disappears when an empty file at that location is created
Playbook
- hosts: localhost
become: true
roles:
- geerlingguy.java
- robertdebock.rundeck
Output
server/sbin/rundeckd: line 15: /opt/rundeck/etc/profile: No such file or directory
Environment
java --version openjdk 11.0.16 2022-07-19 LTS OpenJDK Runtime Environment (Red_Hat-11.0.16.0.8-1.el8_6) (build 11.0.16+8-LTS) OpenJDK 64-Bit Server VM (Red_Hat-11.0.16.0.8-1.el8_6) (build 11.0.16+8-LTS, mixed mode, sharing)
Control node OS: Red Hat Enterprise Linux release 8.6 (Ootpa) ansible [core 2.12.2] config file = /etc/ansible/ansible.cfg
python version = 3.8.12 (default, Sep 16 2021, 10:46:05) [ GCC 8.5.0 20210514 (Red Hat 8.5.0-3)] jinja version = 3.1.2 libyaml = True Managed node OS: Red Hat Enterprise Linux release 8.6 (Ootpa)
Can't reproduce this one. Let's see what the CI tests will do and go from there.