Well, first push
This commit is contained in:
7
roles/gui_app_init/tasks/install_steam.yml
Normal file
7
roles/gui_app_init/tasks/install_steam.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Steam install fedora
|
||||
become: true
|
||||
ansible.builtin.dnf:
|
||||
name: steam
|
||||
enablerepo: rpmfusion-nonfree-steam
|
||||
when: ansible_os_family == "RedHat"
|
||||
Reference in New Issue
Block a user