chore 📦: Update setupacdc.yml to remove unused debug tasks

Removed two unused debug tasks from the setupacdc.yml file, as they were not being used in the current workflow. This cleanup will improve the overall efficiency of the Ansible playbook.
This commit is contained in:
2025-11-04 17:44:32 +01:00
parent c5fc0db06d
commit c30c7cf87d

View File

@@ -31,9 +31,6 @@
- test - test
tasks: tasks:
- name: Say hello
ansible.builtin.debug:
msg: "Hello {{addc_admin_password}}"
- name: Combine SSH public keys into one file - name: Combine SSH public keys into one file
ansible.builtin.copy: ansible.builtin.copy:
@@ -121,10 +118,6 @@
# 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:
name: name: