1 2 3 4 5 6
--- - name: "Ensure steam is installed" become: true ansible.builtin.package: name: "{{ steam_pkg }}" state: "present"