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
{{ message }}
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.
I started debugging and it turns out my local copy had incorrect syntax for user_groups variable. It should have been a jinja pattern as opposed to a unicode string.
Would you mind pushing a new version to galaxy? Also, the galaxy image link in README doesn't take me the actual role in galaxy. Mind fixing that as well? FWIW, I couldn't find the role in galaxy. I am new to ansible. So I might be missing something. Let me know how I can help?
The text was updated successfully, but these errors were encountered:
On 5 Jan 2017, at 00:20, Lakshmi Kannan ***@***.***> wrote:
Thanks for writing this role!
I installed the role via galaxy and I got version 0.2.3. I tried the example playbook and it did not work. See https://gist.github.com/lakshmi-kannan/3e44241db21cf99bf5bc3f5866d23f00#file-gistfile1-txt-L18.
I started debugging and it turns out my local copy had incorrect syntax for user_groups variable. It should have been a jinja pattern as opposed to a unicode string.
See https://github.com/willshersystems/ansible-users/blob/0.2.3/tasks/add_groups.yml#L8 vs https://github.com/willshersystems/ansible-users/blob/master/tasks/add_groups.yml#L8.
Would you mind pushing a new version to galaxy? Also, the galaxy image link in README doesn't take me the actual role in galaxy. Mind fixing that as well? FWIW, I couldn't find the role in galaxy. I am new to ansible. So I might be missing something. Let me know how I can help?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for writing this role!
I installed the role via galaxy and I got version 0.2.3. I tried the example playbook and it did not work. See https://gist.github.com/lakshmi-kannan/3e44241db21cf99bf5bc3f5866d23f00#file-gistfile1-txt-L18.
I started debugging and it turns out my local copy had incorrect syntax for user_groups variable. It should have been a jinja pattern as opposed to a unicode string.
See https://github.com/willshersystems/ansible-users/blob/0.2.3/tasks/add_groups.yml#L8 vs https://github.com/willshersystems/ansible-users/blob/master/tasks/add_groups.yml#L8.
Would you mind pushing a new version to galaxy? Also, the galaxy image link in README doesn't take me the actual role in galaxy. Mind fixing that as well? FWIW, I couldn't find the role in galaxy. I am new to ansible. So I might be missing something. Let me know how I can help?
The text was updated successfully, but these errors were encountered: