I installed the plugin and added this config to the project. However instead of adjusting the path to be project specific /var/lib/rundeck/projects/a_project/{path} it instead tried using root. So the plugin tried cloning the repo to /{path}.
Does the plugin depend on any env var? My rundeck-config.properties has
rdeck.base=/var/lib/rundeck
and framework.properties has this
framework.projects.dir=/var/lib/rundeck/projects
framework.etc.dir=/etc/rundeck
framework.var.dir=/var/lib/rundeck/var
framework.tmp.dir=/var/lib/rundeck/var/tmp
framework.logs.dir=/var/lib/rundeck/logs
framework.libext.dir=/var/lib/rundeck/libext