You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run a BYO VM init.sh
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: