Просмотр исходного кода

Update metadata to require Ansible 2.5 or higher

Signed-off-by: Jared Ledvina <jared@techsmix.net>
Jared Ledvina 6 лет назад
Родитель
Сommit
6686137c49
4 измененных файлов с 4 добавлено и 3 удалено
  1. 1 0
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      docs/index.md
  4. 1 1
      meta/main.yml

+ 1 - 0
CHANGELOG.md

@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 ## [4.0.0] - 2019-02-17
 ### Breaking Changes
 - Upgrade all playbooks to `loop` syntax, requiring Ansible 2.5 or higher (@michaelpporter)
+- Update role metadata to require Ansible 2.5 or higher (@jaredledvina)
 
 ### Changed
 - Upgrade Inspec to 3.6.6 (@jaredledvina)

+ 1 - 1
README.md

@@ -66,7 +66,7 @@ Or, passing parameter values:
 ```
 
 ## Ansible version support
-All changes to this role are actively tested against Ansible 2.6 and 2.7 at this time. Ansible 2.4 is required at a minimum.
+All changes to this role are actively tested against Ansible 2.6 and 2.7 at this time. Ansible 2.5 is required at a minimum.
 
 
 License

+ 1 - 1
docs/index.md

@@ -14,7 +14,7 @@ Along with deploying the Sensu Server, API and clients, this role can deploy a f
 However, if you want to rely on other roles/management methods to deploy/manage these services, [it's nice and easy to integrate this role](integration/).
 
 ## Requirements
-This role requires Ansible 2.4
+This role requires Ansible 2.5
 
 ## Supported Platforms
 ### Automatically tested via TravisCI

+ 1 - 1
meta/main.yml

@@ -3,7 +3,7 @@ galaxy_info:
   author: Calum MacRae
   description: Deploy a full Sensu monitoring stack; including redis, RabbitMQ & the Uchiwa dashboard
   license: MIT
-  min_ansible_version: 2.4
+  min_ansible_version: 2.5
   platforms:
     - name: EL
       versions: