Re: [ansible-project] Creating a System User still creates a home directory

2016-01-07 Thread Uberteck
github.com%2Fansible%2Fansible-modules-core%2Fblob%2F0930a44816d717052f8f6e7d37b74ea200b0d661%2Fsystem%2Fuser.py%23L2148-L2156&sa=D&sntz=1&usg=AFQjCNFQ0sWS1wiPXT6Y7_aSeW1xtmxk_w> > > Not sure if we would need to make that check if `system=yes` was specified. > > On

[ansible-project] Creating a System User still creates a home directory

2016-01-06 Thread Uberteck
Creating a user using the core user module and using the 'system' property still seems to create a home directory: - name: create test user user: name=test system=yes The resulting user has a home directory when applying this to a Centos 7 host. According to 'man useradd', creating