mirror of https://github.com/ansible/ansible.git
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>
(cherry picked from commit aca5b0e43b
)
pull/73533/head
parent
457dcf1313
commit
3eafe0f255
@ -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