fix: update SSH key path variable to use ssh_keys_file in configuration tasks
This commit is contained in:
@@ -8,7 +8,7 @@ users:
|
||||
lock_passwd: false
|
||||
passwd: {{ ci_password | password_hash('sha512') }}
|
||||
ssh_authorized_keys:
|
||||
- {{ lookup('file', ssh_key_path) }}
|
||||
- {{ lookup('file', ssh_keys_file) }}
|
||||
|
||||
chpasswd:
|
||||
expire: false
|
||||
|
||||
Reference in New Issue
Block a user