feat ✨: Add new task to setupacdc.yml for saying hello
A new Ansible debug task has been added to the setupacdc.yml file, which prints a greeting message with the admin password. This change enhances the automation process by providing additional feedback during execution.
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
- test
|
||||
|
||||
tasks:
|
||||
- name: Say hello
|
||||
ansible.builtin.debug:
|
||||
msg: "Hello {{ samba_domain_info.adminpass }} & {{addc_admin_password}}"
|
||||
|
||||
- name: Combine SSH public keys into one file
|
||||
ansible.builtin.copy:
|
||||
|
||||
Reference in New Issue
Block a user