FIX: reserved variable names are not used in custom vars

This commit is contained in:
2026-07-06 09:06:42 +00:00
parent 197362151f
commit 24939d0061
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
vars_files:
../data/secret/secrets.yaml
vars:
ansible_user_passwd_hash: "{{ ansible_become_password | password_hash('sha512', 's3edscrj45e6r') }}"
ansible_user_passwd_hash: "{{ ansible_become_passwd | password_hash('sha512', 's3edscrj45e6r') }}"
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"
handlers: