From 0550c339435f580debbfaaa240481ec2a50ca244 Mon Sep 17 00:00:00 2001 From: "Tobias J. Endres" Date: Tue, 2 Sep 2025 22:08:23 +0200 Subject: [PATCH] fix: Remove debug tasks from main.yml --- playbooks/main.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/playbooks/main.yml b/playbooks/main.yml index b38c1d7..b0124f9 100644 --- a/playbooks/main.yml +++ b/playbooks/main.yml @@ -3,18 +3,7 @@ become: true vars: ansible_python_interpreter: /usr/bin/python3 - tasks: # Added tasks block - - name: "Debug: Read registries.conf on Scully" # Quoted task name - ansible.builtin.command: cat /home/ubuntu/.config/containers/registries.conf - register: registries_conf_content_debug - changed_when: false - ignore_errors: true - - - name: "Debug: Display registries.conf content" # Quoted task name - debug: - var: registries_conf_content_debug.stdout - when: registries_conf_content_debug.rc == 0 roles: - common - podman # Ensure podman is configured before network - - network \ No newline at end of file + - network