Mohammed Naser ec44d25f9b add zuul jobs
Change-Id: Ic97611b8658a14d6fd17641f4a734e7c5c15e720
2019-04-10 21:54:24 -04:00

12 lines
247 B
YAML

---
- hosts: all
become: true
tasks:
- name: Extract journal contents
shell: journalctl > journal.log
- name: Copy journal log to executor
fetch:
src: journal.log
dest: "{{ zuul.executor.log_root }}"