Create old jenkins directories

We've deleted these from DIB, and now need them to be created for
legacy jobs.

Change-Id: I9ef48d0b1983671900ca08684db982ee4336adbc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-05 16:23:54 -05:00
parent 4e11b07d2a
commit cad4f10733
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
- name: Create /usr/local/jenkins/slave_scripts
- name: Create old jenkins folders
become: true
file:
path: /usr/local/jenkins/slave_scripts
state: directory
- name: Copy files to the slave_script dir on the node
copy:
# Ansible will create this folder automatically
dest: '/usr/local/jenkins/slave_scripts/'
src: '{{ item }}'
mode: 0755