summaryrefslogtreecommitdiff
path: root/playbooks/zuul-stream/pre.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/zuul-stream/pre.yaml')
-rw-r--r--playbooks/zuul-stream/pre.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/playbooks/zuul-stream/pre.yaml b/playbooks/zuul-stream/pre.yaml
index 23fae3549..9753fab85 100644
--- a/playbooks/zuul-stream/pre.yaml
+++ b/playbooks/zuul-stream/pre.yaml
@@ -9,6 +9,12 @@
post_tasks:
+ - name: Setup 2.7 container environment
+ include_tasks: 2.7-container.yaml
+
+ - name: Setup inventory
+ include_tasks: create-inventory.yaml
+
- name: Install pip
shell: |+
python3 -m pip install --upgrade pip setuptools wheel
@@ -36,11 +42,6 @@
# venvs) and the installation fails due to conflicts.
SETUPTOOLS_USE_DISTUTILS: stdlib
- - name: Copy inventory
- copy:
- src: "{{ zuul.executor.log_root }}/zuul-info/inventory.yaml"
- dest: "{{ ansible_user_dir }}/inventory.yaml"
-
- name: Copy ansible.cfg
template:
src: templates/ansible.cfg.j2