standard: Add python3-rpm for Ansible support
Ansible's `package_facts` builtin [1] uses rpm's Python API. This fails by default with "Could not detect a supported package manager". In particular this fixes linux-system-roles for running during bootc container builds. [1] https://docs.ansible.com/ansible/latest/collections/ansible/builtin/package_facts_module.html
This commit is contained in:
parent
eb150e1f72
commit
0f11682ed3
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ packages:
|
|||
- sos
|
||||
# Make Ansible "package" builtin work by default
|
||||
- python3-libdnf5
|
||||
# Make Ansible "package_facts" builtin work by default
|
||||
- python3-rpm
|
||||
|
||||
# These are random architecture-specific packages
|
||||
packages-x86_64:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue