Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Wrong path in BYO WM init.sh #816

Open
mbergman-DT opened this issue Mar 3, 2025 · 1 comment
Open

[BUG] Wrong path in BYO WM init.sh #816

mbergman-DT opened this issue Mar 3, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@mbergman-DT
Copy link
Contributor

Describe the bug
init.sh path on line 58, 61 and 68 are missing the "ace-box/user-skel" in the path
line 58
sudo -u $ACE_BOX_USER ansible-galaxy install -r /home/$ACE_BOX_USER/.ace/ansible_requirements.yml
should be
sudo -u $ACE_BOX_USER ansible-galaxy install -r /home/$ACE_BOX_USER/ace-box/user-skel/.ace/ansible_requirements.yml

To Reproduce
Steps to reproduce the behavior:

  1. Run a BYO VM init.sh
@mbergman-DT mbergman-DT added the bug Something isn't working label Mar 3, 2025
@mbergman-DT
Copy link
Contributor Author

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant