enh: removed variable
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
name: "{{ user.name }}"
|
||||
shell: /bin/bash
|
||||
groups: "{{ user.group }},ssh_access"
|
||||
password: "{{ hashed_pass }}"
|
||||
password: "{{ plain_pass | password_hash('sha512') }}"
|
||||
|
||||
- name: Add user to sudoers
|
||||
lineinfile:
|
||||
|
||||
Reference in New Issue
Block a user