mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #623] Ansible playbook does not build on Fedora #1727
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#1727
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?
Originally created by @rwaltr on GitHub (May 2, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/623
Describe the bug
The Ansible playbook
generate_disks_baseattempts to install EPEL on all Redhat OS family distributions, Fedora Linux and Fedora containers reports on Ansible that they are "Redhat" on ansible_os_family, Because Fedora does not include the EPEL repository and matches the contitions for task "Ensure EPEL is enabled", This playbook will fail.To Reproduce
Steps to reproduce the behavior:
[podman/docker] run --rm -it fedoraScreenshot
Expected behavior
EPEL would be skipped on Fedora Linux
Additional context
The variable
ansible_distributionwill show"Fedora""CentOS"and would be more reliableI'm currently looking at a workaround now
@rwaltr commented on GitHub (May 3, 2020):
I have created pull #625 to resolve this
@antonym commented on GitHub (May 3, 2020):
Thanks, this has been merged.