Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 7b0a75c

Browse files
author
Sebastian Gumprich
committed
update platforms in meta-file
this way the match the style used by ansible galaxy.
1 parent 122cea0 commit 7b0a75c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

meta/main.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
---
22
galaxy_info:
33
author: "Sebastian Gumprich"
4-
description: ' This Ansible playbook provides numerous security-related configurations, providing all-round base protection.'
4+
description: 'This Ansible playbook provides numerous security-related configurations, providing all-round base protection.'
55
company: Hardening Framework Team
66
license: Apache License 2.0
77
min_ansible_version: '1.9'
88
platforms:
99
- name: EL
1010
versions:
11-
- 6.4
12-
- 6.5
11+
- 6
1312
- name: Oracle Linux
1413
versions:
15-
- 6.4
16-
- 6.5
14+
- 6
1715
- name: Ubuntu
1816
versions:
19-
- 12.04
20-
- 14.04
17+
- precise
18+
- trusty
2119
- name: Debian
2220
versions:
23-
- 6
24-
- 7
25-
categories:
21+
- squeeze
22+
- wheezy
23+
galaxy_tags:
2624
- system
2725
- security
26+
- hardening
27+
- database
28+
- mysql
2829
dependencies: []

0 commit comments

Comments
 (0)