I have a project with a single remote node, on which Ansible is installed .
I can run an ansible playbook by through Rundeck if I use the "command" option. It works fine and returns the proper values I expect.
However, if I use the "Ansible playbook worflow node step" option, I always get an error saying:
Failed: IOFailure: ERROR: Ansible IO failure: Cannot run program
"ansible-playbook" (in directory "/home/tuser/playbooks"): error=2, No
such file or directory
I have "Ansible base directory path" set to /home/tuser/playbooks, and "Playbook" has an absolute path: "/home/tuser/playbooks/playbook.yml"
How am I supposed to use the native ansibe features and not have to resort to manually running things as commands?