Re: [ansible-project] Ansible user home directory issue

2020-02-14 Thread Bala Mutyam
I thought because of the /home/user in the /etc/passwd. Ok,thanks for the clarification. On Thursday, February 13, 2020 at 10:36:33 AM UTC, Kai Stian Olstad wrote: > > On Thu, Feb 13, 2020 at 01:55:20AM -0800, Bala Mutyam wrote: > > Hi all, > > > > ansible --version > > ansible 2.7.7 > > >

Re: [ansible-project] Ansible user home directory issue

2020-02-13 Thread Kai Stian Olstad
On Thu, Feb 13, 2020 at 01:55:20AM -0800, Bala Mutyam wrote: > Hi all, > > ansible --version > ansible 2.7.7 > > > I'm not sure if it's a bug? No, why would you think that? > I'm creating a system user & group without home directory and > --disabled-login but in the /etc/passwd , it's

[ansible-project] Ansible user home directory issue

2020-02-13 Thread Bala Mutyam
Hi all, ansible --version ansible 2.7.7 I'm not sure if it's a bug? I'm creating a system user & group without home directory and --disabled-login but in the /etc/passwd , it's showing as home directory created but it doesn't exist. Playbook: - name: Create sonarqube group group: