From 93c75091ff4103d0ecf0577be66d79a9e0911f88 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Mon, 12 Mar 2018 17:15:31 -0700
Subject: [PATCH] Updating the require ansible version to 2.4

---
 README.md      | 2 +-
 meta/main.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4dbf4dd..fad778f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Installs and configures the NTP service.
 Requirements
 -------------
 
-This role requires Ansible 2.2 or higher.
+This role requires Ansible 2.4 or higher.
 
 Role Variables
 --------------
diff --git a/meta/main.yaml b/meta/main.yaml
index 4c2daab..611fa3f 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.2
+  min_ansible_version: 2.4
   platforms:
     - name: Debian
       versions:
-- 
GitLab