---
- name: Ensure LXC is installed
  chocolatey.chocolatey.win_chocolatey:
    name: lxc
    state: "{{ app_state | default('present') }}"
