ansible-role-rundeck icon indicating copy to clipboard operation
ansible-role-rundeck copied to clipboard

Rundeck 4.6.1 server/sbin/rundeckd script fails to start

Open wouterdt opened this issue 3 years ago • 1 comments
trafficstars

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)

wouterdt avatar Sep 29 '22 07:09 wouterdt

Can't reproduce this one. Let's see what the CI tests will do and go from there.

robertdebock avatar Jan 24 '23 15:01 robertdebock