chore 📦: Update setupacdc.yml to remove unused variable

Removed the `addc_admin_password` variable from the setupacdc.yml file, as it was not being used. This change simplifies the configuration and reduces unnecessary complexity.
This commit is contained in:
2025-11-04 17:31:48 +01:00
parent 5a8998539d
commit c5fc0db06d

View File

@@ -109,8 +109,8 @@
gather_facts: false gather_facts: false
become: true become: true
vars: # vars:
addc_admin_password: "{{ addc_adminpass }}" # addc_admin_password: "{{ addc_adminpass }}"
tasks: tasks: