Fix metadata to not fail on installation via Ansible Galaxy.
This commit is contained in:
parent
d0083fd476
commit
232399f447
|
@ -17,7 +17,7 @@ galaxy_info:
|
||||||
# the ones that apply to your role. If you don't see your
|
# the ones that apply to your role. If you don't see your
|
||||||
# platform on this list, let us know and we'll get it added!
|
# platform on this list, let us know and we'll get it added!
|
||||||
#
|
#
|
||||||
#platforms:
|
platforms:
|
||||||
#- name: EL
|
#- name: EL
|
||||||
# versions:
|
# versions:
|
||||||
# - all
|
# - all
|
||||||
|
@ -105,7 +105,7 @@ galaxy_info:
|
||||||
# Below are all categories currently available. Just as with
|
# Below are all categories currently available. Just as with
|
||||||
# the platforms above, uncomment those that apply to your role.
|
# the platforms above, uncomment those that apply to your role.
|
||||||
#
|
#
|
||||||
categories:
|
categories:
|
||||||
#- cloud
|
#- cloud
|
||||||
#- cloud:ec2
|
#- cloud:ec2
|
||||||
#- cloud:gce
|
#- cloud:gce
|
||||||
|
|
Loading…
Reference in New Issue