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:
@@ -109,8 +109,8 @@
|
||||
gather_facts: false
|
||||
become: true
|
||||
|
||||
vars:
|
||||
addc_admin_password: "{{ addc_adminpass }}"
|
||||
# vars:
|
||||
# addc_admin_password: "{{ addc_adminpass }}"
|
||||
|
||||
tasks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user