fix: update SSH key path variable to use ssh_keys_file in configuration tasks

This commit is contained in:
2025-12-03 20:55:47 +01:00
parent 677fcf9916
commit 900d376933
2 changed files with 3 additions and 3 deletions

View File

@@ -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