summaryrefslogtreecommitdiffstats
path: root/roles/steam/tasks/install-archlinux.yml
blob: e8f57c7ca7e0e464f674a5eb495795887fd467af (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure steam is installed"
  become: true
  ansible.builtin.package:
    name: "{{ steam_pkg }}"
    state: "present"