From 4ec8099fcd55462c9fe44345f715e8a555f3e5e3 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Oct 2025 19:32:56 -0400 Subject: [PATCH] Removing logged metadata step (too much clutter). --- tar-valon_config_deploy.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tar-valon_config_deploy.yml b/tar-valon_config_deploy.yml index 0a6fe27..08c80fb 100644 --- a/tar-valon_config_deploy.yml +++ b/tar-valon_config_deploy.yml @@ -90,21 +90,6 @@ loop_control: label: "{{ item.path }}" - - name: Log computed deployment metadata - ansible.builtin.debug: - msg: >- - Deployment plan: - {% for f in deploy_files %} - - src: {{ f.src }} - dest: {{ f.dest }} - owner: {{ f.owner }} - group: {{ f.group }} - mode: {{ f.mode }} - become: {{ f.become }} - template: {{ f.is_template }} - {% endfor %} - run_once: true - - name: Print concise become list ansible.builtin.debug: msg: >-