blob: f5068235150194cb54e42d8b070fdc8f77034858 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
dependencies:
- role: "multilib"
when: ansible_facts['distribution'] == "Archlinux"
- role: "multiverse"
when: ansible_facts['distribution'] == "Ubuntu"
- role: "gpu_driver"
galaxy_info:
author: "a14m"
description: "Install steam"
license: "MIT"
min_ansible_version: "2.18"
platforms:
- name: "ArchLinux"
versions:
- "all"
- name: "Ubuntu"
versions:
- "noble"
|