Remove stray debug output

This commit is contained in:
Anthony Rose 2023-01-21 19:33:30 +00:00
parent 9f953158c8
commit a4aa401789

View file

@ -34,13 +34,6 @@
wsl: true
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:
name: arch
when: ansible_distribution == 'Archlinux'