ansible-jenkins
ansible-jenkins copied to clipboard
Could not find or access '../yum/stop.yml'
Expected Behavior
The role be install successfully on centos/7
Actual Behavior
Keep getting the error:
fatal: [ci-server]: FAILED! => {"reason": "Unable to retrieve file contents\nCould not find or access '/{project_path}/yum/stop.yml'"}
Steps to Reproduce the Problem
- Try to install on centos/7
- set the var
jenkins_install_via: "yum"
I'm pretty sure that https://github.com/emmetog/ansible-jenkins/pull/39 fixed this.