Merge "Stop using slave_scripts/install-distro-packages.sh" into stable/queens

This commit is contained in:
Zuul 2018-05-02 09:39:23 +00:00 committed by Gerrit Code Review
commit 197382de3b
1 changed files with 3 additions and 5 deletions

View File

@ -1,12 +1,10 @@
- hosts: all
roles:
- bindep
tasks:
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: /usr/local/jenkins/slave_scripts/install-distro-packages.sh
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'