Skip to content

Commit

Permalink
[ansible] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 21, 2023
1 parent 21e05ce commit 871f40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/docker/composer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

- name: Define composition
vars:
_os_type: "{{ 'wls2' if ansible_kernel is search('microsoft') else 'linux' }}"
_os_type: "{{ 'wsl2' if ansible_kernel is search('microsoft') else 'linux' }}"
ansible.builtin.set_fact:
_composition_files: "{{ _composition_files | default([]) + [item.file] }}"
loop:
Expand Down

0 comments on commit 871f40e

Please sign in to comment.