Fix metadata to not fail on installation via Ansible Galaxy.
This commit is contained in:
parent
232399f447
commit
4f09337796
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: Dorian Pula
|
author: Dorian Pula
|
||||||
description:
|
description: NGINX UWSGI and supervisor role
|
||||||
company: Amber Penguin Software
|
company: Amber Penguin Software
|
||||||
# Some suggested licenses:
|
# Some suggested licenses:
|
||||||
# - BSD (default)
|
# - BSD (default)
|
||||||
|
@ -70,7 +70,7 @@ galaxy_info:
|
||||||
# - 9.1
|
# - 9.1
|
||||||
# - 9.2
|
# - 9.2
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
# versions:
|
versions:
|
||||||
# - all
|
# - all
|
||||||
# - lucid
|
# - lucid
|
||||||
# - maverick
|
# - maverick
|
||||||
|
|
Loading…
Reference in New Issue