tsuna-server / build-server-ansible

1 stars 0 forks source link

Adding a user "placement" will be failed if user id is already existed. #55

Closed TsutomuNakamura closed 2 years ago

TsutomuNakamura commented 2 years ago

If the user "placement" is already existed, this program will fail.

fatal: [controller01]: FAILED! => {"changed": false, "msg": "useradd: UID 119 is not unique\n", "name": "placement", "rc": 4}

The program need not to specify any uid number to prevent this issue.