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:
@@ -106,9 +106,6 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
vars:
|
|
||||||
samba_domain_info.adminpass: "{{ addc_admin_password }}"
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
# - name: Ensure SSH authorized keys are present
|
# - name: Ensure SSH authorized keys are present
|
||||||
@@ -118,6 +115,9 @@
|
|||||||
# state: present
|
# state: present
|
||||||
# loop: "{{ ssh_public_keys }}"
|
# loop: "{{ ssh_public_keys }}"
|
||||||
|
|
||||||
|
- name: Say hello
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "Hello {{addc_admin_password}}"
|
||||||
|
|
||||||
- name: Install useful packages
|
- name: Install useful packages
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
|
|||||||
Reference in New Issue
Block a user