- name: LXC conf hosts: lxc gather_facts: yes become: yes tasks: - name: Instalacja vima ansible.builtin.apt: name: vim state: present