Skip to content

Commit b3b947c

Browse files
committed
Don't use galaxy role_name on roles with dashes in names.
1 parent 909aa92 commit b3b947c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ dependencies:
33
- geerlingguy.php
44

55
galaxy_info:
6-
role_name: php-mysql
6+
# See: https://github.com/ansible/galaxy/issues/2393
7+
# role_name: php-mysql
78
author: geerlingguy
89
description: PHP MySQL support for Linux.
910
company: "Midwestern Mac, LLC"

0 commit comments

Comments
 (0)