style 💎: Update password variable in setupacdc.yml

Updated the `addc_admin_password` variable to use the correct syntax, ensuring consistency with other variables in the file.
This commit is contained in:
2025-11-03 21:17:25 +01:00
parent 1c04312797
commit 1aa9397e58

View File

@@ -107,7 +107,7 @@
become: true
vars:
addc_admin_password: "{{ addc_adminpass }}"
addc_admin_password: "{{ addc_adminpass }}"
tasks: