-
Notifications
You must be signed in to change notification settings - Fork 111
Please provide more examples? #89
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
Comments
@sbwoodside I think the answer you need is in the example from the README:
Your error is |
Ahh, I didn't understand that. Thanks. Might be worth including that in the README, unless its obvious to most ansible users. |
I don't think this is obvious either. I spent quite a bit of time today trying to figure this out also until I checked this issue. Thanks! |
Can you provide some more examples? For example, how do I simply install a specific version of ruby system-wide? I tried this and got an error:
Result:
TASK [zzet.rbenv : include env vars] *******************************************
fatal: [monitor.medstack.net]: FAILED! => {"failed": true, "msg": "the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'dict object' has no attribute 'env'\n\nThe error appears to have been in '/Users/simon/sandbox/medstack/deployment/ansible/galaxy/zzet.rbenv/tasks/main.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n---\n- name: include env vars\n ^ here\n"}
Examples for other common configurations would also be welcome.
The text was updated successfully, but these errors were encountered: