Removing logged metadata step (too much clutter).
Auto-Unseal for Vault / Unseal Vault (push) Failing after 11m17s
Renovate / renovate (push) Failing after 1m51s

This commit is contained in:
2025-10-09 19:32:56 -04:00
parent c8bb75c934
commit 4ec8099fcd
-15
View File
@@ -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: >-