From c30c7cf87d6fcf03de835686496522fcdde93cd0 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 17:44:32 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20remove=20unused=20debug=20tasks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tasks/setupacdc.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 88e7876..6b47c69 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -31,9 +31,6 @@ - test tasks: - - name: Say hello - ansible.builtin.debug: - msg: "Hello {{addc_admin_password}}" - name: Combine SSH public keys into one file ansible.builtin.copy: @@ -121,10 +118,6 @@ # state: present # loop: "{{ ssh_public_keys }}" - - name: Say hello - ansible.builtin.debug: - msg: "Hello {{addc_admin_password}}" - - name: Install useful packages ansible.builtin.package: name: