style 💎: Update debug message with admin password

Updated the debug message to include the admin password for better logging, making it easier to identify the source of issues.
This commit is contained in:
2025-11-03 21:14:12 +01:00
parent ff63991e01
commit 6bf13f7a42

View File

@@ -106,9 +106,6 @@
gather_facts: false
become: true
vars:
samba_domain_info.adminpass: "{{ addc_admin_password }}"
tasks:
# - name: Ensure SSH authorized keys are present
@@ -118,6 +115,9 @@
# state: present
# loop: "{{ ssh_public_keys }}"
- name: Say hello
ansible.builtin.debug:
msg: "Hello {{addc_admin_password}}"
- name: Install useful packages
ansible.builtin.package: