mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Renamed variable
This commit is contained in:
parent
1babc060a5
commit
cc9a90e590
@ -5,7 +5,7 @@
|
||||
ssh_key_bits: 4096
|
||||
ssh_key_file: .ssh/id_rsa
|
||||
update_password: on_create
|
||||
password: "{{ user_administrator_password | password_hash('sha512') }}"
|
||||
password: "{{ user_administrator_initial_password | password_hash('sha512') }}"
|
||||
|
||||
- name: create /home/administrator/.ssh/authorized_keys
|
||||
copy:
|
||||
|
Loading…
Reference in New Issue
Block a user