Re: [ansible-project] Re: "Group a does not exist" when adding groups to an existing user

2017-09-25 Thread leam hall
On Mon, Sep 25, 2017 at 11:42 AM, 'Felix Fontein' via Ansible Project < ansible-project@googlegroups.com> wrote: > Hi Leam, > > > Following up with code. The playbook line is: > > https://github.com/LeamHall/Ansible_Test/blob/master/ > playbooks/roles/users/tasks/main.yml#L22 > > > > groups:

Re: [ansible-project] Re: "Group a does not exist" when adding groups to an existing user

2017-09-25 Thread 'Felix Fontein' via Ansible Project
Hi Leam, > Following up with code. The playbook line is: > > https://github.com/LeamHall/Ansible_Test/blob/master/playbooks/roles/users/tasks/main.yml#L22 > > groups: "{{ item.groups | default('') | join(',') }}" > > and the user's "groups" line is: > > groups:

[ansible-project] Re: "Group a does not exist" when adding groups to an existing user

2017-09-25 Thread leam hall
On Friday, September 22, 2017 at 11:38:59 AM UTC-4, leam hall wrote: > > I'm trying to add the long list of groups to the oracle user and getting > "Group a does not exist." as a failure msg. Not trying to add an "a" group, > and the groups I am adding exist on the host. Is there a way to get