fix(bootstrap): add devpts mount and use ephemeral state for RHEL DVD

This commit is contained in:
2026-02-20 20:12:59 +01:00
parent 42cb5071c2
commit 28e6cf50d1
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
path: /mnt/usr/local/install/redhat/dvd
fstype: none
opts: bind
state: mounted
state: ephemeral
- name: Rebuild RPM database inside chroot
ansible.builtin.command: "{{ chroot_command }} rpm --rebuilddb"