Switch to systemd image that works (#516)

- Use rancher/systemd-node which doesn't cause k3s to crash
- Expand requirements for testing, ensure deployments become ready at each playbook
- Add logging on failure for debugging

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2026-02-27 09:38:38 -08:00
committed by GitHub
parent 9650436585
commit 5299941270
3 changed files with 176 additions and 7 deletions

View File

@@ -218,6 +218,7 @@
- name: Install Apparmor Parser [Suse]
when:
- ansible_facts['os_family'] == 'Suse'
- ansible_facts['distribution_major_version'] is version("16", '<')
- prereq_apparmor_status is defined
- prereq_apparmor_status.stdout == "Y"
ansible.builtin.package: