Merge "Remove role legacy-copy-project-config-scripts"

This commit is contained in:
Zuul
2018-03-05 12:39:48 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 11 deletions

View File

@@ -1,6 +0,0 @@
Copy project-config scripts directory to remote hosts
The scripts directory will be placed in the remote home directory.
.. note:: This role is deprecated and only exists for transition purposes.
It should not be used for new jobs.

View File

@@ -1,5 +0,0 @@
- name: Copy the scripts directory to the remote node
synchronize:
# src is relative to the dir the playbook is in on the executor
src: ../../jenkins/scripts
dest: "{{ ansible_user_dir }}"