Removing logged metadata step (too much clutter).
This commit is contained in:
@@ -90,21 +90,6 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.path }}"
|
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
|
- name: Print concise become list
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: >-
|
msg: >-
|
||||||
|
|||||||
Reference in New Issue
Block a user