when creating user not already in the system it cannot login #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
if user1 in list is already in the system there is no problem,
a freshly created user with the ansible script (adding it to the users list in variables) create a Locked user since it has no password but will be logged in via ssh
to be investigated and tested