mirror of https://github.com/ansible/ansible.git
[setup_rpm_repo test] Ensure rpm-build is present (#73516)
Change: - Other targets might remove rpm-build as they clean up after themselves. Ensure that it's present in setup_rpm_repo because rpmfluff needs it. Test Plan: - Local experimentation with yum_repository and mysql_db (the latter of which depends on a handler which was removing rpm-build) on stable-2.9. Signed-off-by: Rick Elrod <rick@elrod.me>pull/73521/head
parent
125c220343
commit
aca5b0e43b
@ -1,3 +1,4 @@
|
||||
rpm_repo_packages:
|
||||
- "{{ 'python' ~ rpm_repo_python_major_version ~ '-rpmfluff' }}"
|
||||
- createrepo
|
||||
- rpm-build
|
||||
|
@ -1,4 +1,5 @@
|
||||
rpm_repo_packages:
|
||||
- rpm-build
|
||||
- python-rpmfluff
|
||||
- createrepo_c
|
||||
- createrepo
|
||||
|
@ -1,4 +1,5 @@
|
||||
rpm_repo_packages:
|
||||
- rpm-build
|
||||
- python-rpmfluff
|
||||
- createrepo_c
|
||||
- createrepo
|
||||
|
Loading…
Reference in New Issue