From 893cd03e747b12d4a826c07252b912218b061c07 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Mon, 16 May 2016 18:12:59 -0400 Subject: [PATCH] Change the supported systems and minimum Ansible version to more current versions. --- README.md | 2 +- meta/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b365704..8136b07 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Requirements - aptitude or python-apt (required by apt 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. This role relies on the [nginx-supervisor base role](https://bitbucket.org/dorianpula/ansible-nginx-supervisor). diff --git a/meta/main.yml b/meta/main.yml index b8c8705..0b44d95 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,12 +4,12 @@ galaxy_info: description: An elegant NGINX, UWSGI and supervisor Ansible role company: Amber Penguin Software license: BSD - min_ansible_version: 1.6 + min_ansible_version: 2.0 platforms: - name: Ubuntu versions: - - saucy - trusty + - xenial categories: - development - web