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