--- - hosts: "{{ variable_host | default('lab15_standard') }}" gather_facts: no become: yes tasks: - name: install python3-lxml apt: name: python3-lxml state: present