Merge "Ensure /usr/local/jenkins"

This commit is contained in:
Zuul 2018-02-28 19:13:05 +00:00 committed by Gerrit Code Review
commit 9df8da5f35
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
- name: Create /usr/local/jenkins/slave_scripts
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