chore 📦: Update setupacdc.yml with new variable for admin password

Added a new variable to the setupacdc.yml file to store the admin password, making it easier to manage and update in the future.
This commit is contained in:
2025-11-03 21:16:30 +01:00
parent 6bf13f7a42
commit 1c04312797

View File

@@ -106,6 +106,9 @@
gather_facts: false
become: true
vars:
addc_admin_password: "{{ addc_adminpass }}"
tasks:
# - name: Ensure SSH authorized keys are present