File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,6 @@ script:
71
71
72
72
# Clean up
73
73
- sudo docker stop "$(cat ${container_id})"
74
+
75
+ notifications :
76
+ webhooks : https://galaxy.ansible.com/api/v1/notifications/
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ dependencies: []
3
3
4
4
galaxy_info :
5
5
author : geerlingguy
6
- description : MySQL server for RHEL/CentOS and Debian/Ubuntu
6
+ description : MySQL server for RHEL/CentOS and Debian/Ubuntu.
7
7
company : " Midwestern Mac, LLC"
8
8
license : " license (BSD, MIT)"
9
9
min_ansible_version : 1.9
10
10
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 :
22
22
- database
You can’t perform that action at this time.
0 commit comments