The actual file is not commited because of the api credentials, you must
provide this file yourself when running the playbook.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
- name: jenkins api key should be present
copy: src=files/jenkins_jobs.ini dest=/etc/jenkins_jobs/jenkins_jobs.ini
+ - name: Upload the .chacractl file
+ copy:
+ src: files/chacractl
+ dest: "/home/{{ jenkins_user }}/.chacractl"
+
- name: ensure the build dir exists
sudo: yes
lineinfile: