From c3b8f46ef230977f217d4506df09096537630366 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Mon, 16 May 2016 18:12:09 -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 8c97897..8b040dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Requirements - aptitude or python-apt (required by apt 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. Example Playbook diff --git a/meta/main.yml b/meta/main.yml index 612e60b..8434baa 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,12 +4,12 @@ galaxy_info: description: An elegant NGINX and supervisor Ansible base 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