fix(bootstrap): resolve interface-only network, sshd penalties, dnf scriptlets, and EFI cleanup
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
groupinstall -y {{ _dnf_groups }}
|
||||
register: bootstrap_dnf_base_result
|
||||
changed_when: bootstrap_dnf_base_result.rc == 0
|
||||
failed_when:
|
||||
- bootstrap_dnf_base_result.rc != 0
|
||||
- "'scriptlet' not in bootstrap_dnf_base_result.stderr"
|
||||
|
||||
- name: Ensure chroot has DNS resolution
|
||||
ansible.builtin.file:
|
||||
|
||||
Reference in New Issue
Block a user