From 9ec46fdfbed00d35f8b6520eaeaf214ffe0090d1 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Mon, 12 Mar 2018 17:10:39 -0700 Subject: [PATCH] Updating the require ansible version --- README.md | 2 +- meta/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd353eb..4dbf4dd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Installs and configures the NTP service. Requirements ------------- -This role requires Ansible 2.0 or higher. +This role requires Ansible 2.2 or higher. Role Variables -------------- diff --git a/meta/main.yaml b/meta/main.yaml index 6321112..4c2daab 100644 --- a/meta/main.yaml +++ b/meta/main.yaml @@ -5,7 +5,7 @@ galaxy_info: company: CodingAllNight issue_tracker_url: https://git.codingallnight.com/infrastructure/ansible-roles/ntp/issues license: MIT - min_ansible_version: 2.0 + min_ansible_version: 2.2 platforms: - name: Debian versions: -- GitLab