remove debug messages

This commit is contained in:
Matthew Stobbs
2025-04-29 22:20:59 -06:00
parent 8fc993b79e
commit d266e4f96a

View File

@@ -13,30 +13,6 @@
ansible.builtin.include_tasks: ansible.builtin.include_tasks:
file: facts.yml file: facts.yml
- name: Dump paths
when:
- debug
ansible.builtin.debug:
msg: "{{ path | dict2items }}"
- name: Dump vars
when:
- debug
ansible.builtin.debug:
var: ext_become
- name: Dump use_local
when:
- debug
ansible.builtin.debug:
var: use_local
- name: Dump packages
when:
- debug
ansible.builtin.debug:
var: packages
- name: Ensure directory exists {{ path.prefix }} - name: Ensure directory exists {{ path.prefix }}
become: "{{ ext_become }}" become: "{{ ext_become }}"
ansible.builtin.file: ansible.builtin.file: