Change the supported systems and minimum Ansible version to more current versions.

Simplify setup of mailsink dependency.
This commit is contained in:
Dorian 2016-05-16 18:15:30 -04:00
parent 68e672d718
commit 22870d8016
5 changed files with 3 additions and 4 deletions

View File

@ -11,7 +11,7 @@ Requirements
- aptitude or python-apt (required by apt tasks)
- python > 2.5 (required by ini_file tasks)
- Ansible >= 1.8.0
- Ansible >= 2.0
This role is designed to work against a modern Ubuntu system. (Tested on Ubuntu 13.10 and 14.04) It should
theoretically work on older versions of Ubuntu or Debian based systems.

View File

@ -1,2 +0,0 @@
---
# handlers file for ansible-rookeries

View File

@ -9,6 +9,7 @@ galaxy_info:
- name: Ubuntu
versions:
- trusty
- xenial
categories:
- development
- web

View File

@ -5,7 +5,7 @@
when: rookeries_environ_type == "dev"
- name: upload supervisor configuration to web server home
template: src=dev_supervisor/mailsink_supervisor.conf dest=/etc/supervisor/conf.d/mailsink_supervisor.conf
template: src=mailsink_supervisor.conf dest=/etc/supervisor/conf.d/mailsink_supervisor.conf
sudo: yes
when: rookeries_environ_type == "dev"