Create a User with a Home Directory (#82078)

pull/82083/head
Aditya Putta 7 months ago committed by GitHub
parent f5d7dc1a97
commit 664fe45be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -305,6 +305,11 @@ EXAMPLES = r'''
uid: 1040
group: admin
- name: Create a user 'johnd' with a home directory
ansible.builtin.user:
name: johnd
create_home: yes
- name: Add the user 'james' with a bash shell, appending the group 'admins' and 'developers' to the user's groups
ansible.builtin.user:
name: james

Loading…
Cancel
Save