Remove stray debug output
This commit is contained in:
parent
9f953158c8
commit
a4aa401789
1 changed files with 0 additions and 7 deletions
7
main.yml
7
main.yml
|
@ -34,13 +34,6 @@
|
||||||
wsl: true
|
wsl: true
|
||||||
when: '"microsoft" in check_wsl.stdout'
|
when: '"microsoft" in check_wsl.stdout'
|
||||||
|
|
||||||
- name: Debug WSL - check_wsl
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: check_wsl
|
|
||||||
- name: Debug WSL - wsl
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: wsl
|
|
||||||
|
|
||||||
- include_role:
|
- include_role:
|
||||||
name: arch
|
name: arch
|
||||||
when: ansible_distribution == 'Archlinux'
|
when: ansible_distribution == 'Archlinux'
|
||||||
|
|
Loading…
Reference in a new issue