Change the supported systems and minimum Ansible version to more current versions.
This commit is contained in:
parent
703b322f23
commit
893cd03e74
|
@ -11,7 +11,7 @@ Requirements
|
||||||
- aptitude or python-apt (required by apt tasks)
|
- aptitude or python-apt (required by apt tasks)
|
||||||
- python > 2.5 (required by ini_file tasks)
|
- python > 2.5 (required by ini_file tasks)
|
||||||
|
|
||||||
This role is designed to work against a modern Ubuntu system. (Tested on Ubuntu 13.10 and 14.04) It should
|
This role is designed to work against a modern Ubuntu system. (Tested on Ubuntu 14.04 and 16.04) It should
|
||||||
theoretically work on older versions of Ubuntu or Debian based systems.
|
theoretically work on older versions of Ubuntu or Debian based systems.
|
||||||
|
|
||||||
This role relies on the [nginx-supervisor base role](https://bitbucket.org/dorianpula/ansible-nginx-supervisor).
|
This role relies on the [nginx-supervisor base role](https://bitbucket.org/dorianpula/ansible-nginx-supervisor).
|
||||||
|
|
|
@ -4,12 +4,12 @@ galaxy_info:
|
||||||
description: An elegant NGINX, UWSGI and supervisor Ansible role
|
description: An elegant NGINX, UWSGI and supervisor Ansible role
|
||||||
company: Amber Penguin Software
|
company: Amber Penguin Software
|
||||||
license: BSD
|
license: BSD
|
||||||
min_ansible_version: 1.6
|
min_ansible_version: 2.0
|
||||||
platforms:
|
platforms:
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- saucy
|
|
||||||
- trusty
|
- trusty
|
||||||
|
- xenial
|
||||||
categories:
|
categories:
|
||||||
- development
|
- development
|
||||||
- web
|
- web
|
||||||
|
|
Loading…
Reference in New Issue