Revert "Save registry logs"

This reverts commit f49bf96c32.

This has an error:
The task includes an option with an undefined variable. The error was: 'ansible_user_dir' is undefined

Change-Id: I679499751aec72922ea5063350f446f13579776c
This commit is contained in:
James E. Blair 2019-03-01 18:16:35 -08:00
parent f49bf96c32
commit edfdedbcec
1 changed files with 0 additions and 13 deletions

View File

@ -1,16 +1,3 @@
- hosts: localhost
roles:
- push-to-intermediate-registry
tasks:
- name: Create container log dir
file:
path: "{{ ansible_user_dir }}/zuul-output/logs/docker"
state: directory
- name: Save registry container logs
loop:
- buildset_proxy
- buildset_registry
shell: "docker logs {{ item }} &> {{ ansible_user_dir }}/zuul-output/logs/docker/{{item}}.txt"
args:
executable: /bin/bash