-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
40 lines (38 loc) · 803 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
galaxy_info:
role_name: build_machine_desktop_environment
namespace: ccdc
author: rockdreamer
description: Prepare the desktop for building and testing the CSD Portfolio
company: The Cambridge Crystallographic Data Centre
license: "license (BSD, MIT)"
min_ansible_version: "2.7"
platforms:
- name: Windows
versions:
- all
- name: EL
versions:
- "7"
- "8"
- "9"
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- name: MacOSX
versions:
- "10.14"
- "10.15"
- name: macOS
versions:
- Big-Sur
- Monterey
galaxy_tags:
- ccdc
- systemsteam
- desktop
- integrationtesting
dependencies:
- role: ccdc.package_manager_configuration