We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3c391 commit 148e6fbCopy full SHA for 148e6fb
meta/main.yml
@@ -10,18 +10,30 @@ galaxy_info:
10
license: BSD
11
min_ansible_version: 1.8.4
12
platforms:
13
- - name: Debian
14
- versions:
15
- - jessie
16
- - wheezy
17
- - name: Ubuntu
18
19
- - vivid
20
- - trusty
21
- - precise
+ - name: CentOS
+ versions:
+ - all
+ - any
+ - 7
+ - 6
+ - name: Debian
+ - jessie
22
+ - wheezy
23
+ - name: RedHat
24
25
26
27
28
29
+ - name: Ubuntu
30
31
+ - vivid
32
+ - trusty
33
+ - precise
34
categories:
- - development
- - system
35
+ - development
36
+ - system
37
dependencies:
38
- role: ansiblebit.launchpad-ppa-webupd8
39
when: (ansible_distribution | lower == 'debian') or (ansible_distribution | lower == 'ubuntu')
0 commit comments