Add Butane test and Ignition logs
This commit is contained in:
parent
dc637d9a57
commit
00de277d3a
2 changed files with 33 additions and 33 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue