fix issue
This commit is contained in:
parent
88d00fe24a
commit
36bb879922
@ -20,6 +20,7 @@
|
|||||||
state: present # not required. choices: absent;present. Whether the account should exist or not, taking action if the state is different from what is stated.
|
state: present # not required. choices: absent;present. Whether the account should exist or not, taking action if the state is different from what is stated.
|
||||||
ssh_key_file: .ssh/id_rsa # not required. Optionally specify the SSH key filename. If this is a relative filename then it will be relative to the user's home directory.
|
ssh_key_file: .ssh/id_rsa # not required. Optionally specify the SSH key filename. If this is a relative filename then it will be relative to the user's home directory.
|
||||||
uid: 1024
|
uid: 1024
|
||||||
|
shell: /bin/bash
|
||||||
|
|
||||||
- name : set sudoers right
|
- name : set sudoers right
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user