diff --git a/roles/legacy-copy-project-config-scripts/README.rst b/roles/legacy-copy-project-config-scripts/README.rst deleted file mode 100644 index 6c34e22e05..0000000000 --- a/roles/legacy-copy-project-config-scripts/README.rst +++ /dev/null @@ -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. diff --git a/roles/legacy-copy-project-config-scripts/tasks/main.yaml b/roles/legacy-copy-project-config-scripts/tasks/main.yaml deleted file mode 100644 index 1fea635901..0000000000 --- a/roles/legacy-copy-project-config-scripts/tasks/main.yaml +++ /dev/null @@ -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 }}"