--- - hosts: '{{ variable_host | default("lab15_standard") }}' gather_facts: no connection: local become: yes tasks: - name: install ros-noetic-joy apt: pkg: - ros-noetic-joy