You've already forked ansible-role-common
Root password update fixed
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
- name: Change root password
|
||||
user:
|
||||
name: root
|
||||
password: "{{ root_pwd }}"
|
||||
password: "{{ common_root_pwd | password_hash('sha512') }}"
|
||||
changed_when: false
|
||||
tags: rootpw
|
||||
|
||||
|
||||
Reference in New Issue
Block a user