Skip to content

Commit acd14ea

Browse files
committed
Ansible Galaxy 2.0 updates.
1 parent a4eacfa commit acd14ea

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ script:
7171
7272
# Clean up
7373
- sudo docker stop "$(cat ${container_id})"
74+
75+
notifications:
76+
webhooks: https://galaxy.ansible.com/api/v1/notifications/

meta/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ dependencies: []
33

44
galaxy_info:
55
author: geerlingguy
6-
description: MySQL server for RHEL/CentOS and Debian/Ubuntu
6+
description: MySQL server for RHEL/CentOS and Debian/Ubuntu.
77
company: "Midwestern Mac, LLC"
88
license: "license (BSD, MIT)"
99
min_ansible_version: 1.9
1010
platforms:
11-
- name: EL
12-
versions:
13-
- 6
14-
- 7
15-
- name: Ubuntu
16-
versions:
17-
- all
18-
- name: Debian
19-
versions:
20-
- all
21-
categories:
11+
- name: EL
12+
versions:
13+
- 6
14+
- 7
15+
- name: Ubuntu
16+
versions:
17+
- all
18+
- name: Debian
19+
versions:
20+
- all
21+
galaxy_tags:
2222
- database

0 commit comments

Comments
 (0)