remove debug messages
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user