mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #570] Self Hosting deployment with Ansible fails on non Debian Systems #1718
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#1718
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 @GR360RY on GitHub (Feb 4, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/570
Describe the bug
Running self-hosting deployment on CentOS 7.7 results in the following error:
fatal: [localhost]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute 'stdout'"}To Reproduce
Steps to reproduce the behavior:
ansible-playbook -i inventory site.ymlQuick Fix
There is an issue jinja template for
index.html.j2at line 27:index_titlevariable is defined even when the task is skipped but missingstdoutkey - see debug forindex_titlevariable:The if statement should look as follows: