Add Butane test and Ignition logs

This commit is contained in:
Mario Cattamo 2023-01-18 10:19:49 +01:00 committed by Tomáš Hozza
parent dc637d9a57
commit 00de277d3a
2 changed files with 33 additions and 33 deletions

View file

@ -65,7 +65,8 @@
- set_fact:
total_counter: "{{ total_counter | int + 1 }}"
rescue:
# TODO: gather Ignition logs
- name: Gather Ignition logs
shell: journalctl --identifier=ignition --all
- name: failed count + 1
set_fact:
failed_counter: "{{ failed_counter | int + 1 }}"