mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[PR #625] [MERGED] Enabling ansible-playbook on fedora containers #2555
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#2555
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/netboot.xyz/pull/625
Author: @rwaltr
Created: 5/3/2020
Status: ✅ Merged
Merged: 5/3/2020
Merged by: @antonym
Base:
development← Head:building-on-fedora📝 Commits (2)
21cadc1Excluded Fedora and RHEL from EPEL install taskfe23929Added Make to redhat packages📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
roles/netbootxyz/tasks/generate_disks_base.yml(+2 -1)📝
roles/netbootxyz/vars/redhat.yml(+1 -0)📄 Description
Fedora Linux and RHEL do not have the EPEL repository available for them from the base install and repository, only CentOS does. Originally the playbook would fail on Fedora containers due to lack of
makepackage and noepel-releaseavailable to install. Since Fedora includes the packages required in the base repository, skipping EPEL for Fedora is appropriate. We can do this by specifying theansible_distributionvar instead ofansible_os_familyThe
makepackage was added since it is not a dependency of the original list.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.