We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running this (on space lift), it seems to be under /mnt/
Ansible doesn't permit 777 directories from holding the Ansible.cfg file, as changing it would cause a lot of damage
As a result, the inventory file isn't parsed correctly :(
Suggestion: Tighter permissions on the directory space lift pulls down from the code?
The text was updated successfully, but these errors were encountered:
This can be mitigated by setting the ANSIBLE_CONFIG envier to wherever it might be pulled in
Would be good if it could just detect the config at the root env, or set the ANSIBLE_CONFIG variable to the Stacks default directory
Sorry, something went wrong.
No branches or pull requests
When running this (on space lift), it seems to be under /mnt/
Ansible doesn't permit 777 directories from holding the Ansible.cfg file, as changing it would cause a lot of damage
As a result, the inventory file isn't parsed correctly :(
Suggestion: Tighter permissions on the directory space lift pulls down from the code?
The text was updated successfully, but these errors were encountered: