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

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

diff --git a/README.md b/README.md
index 63b0afb..3f9a390 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,15 @@ This role configures the `ds3231` real time clock (RTC) for the Raspberry Pi.
 Requirements
 ------------
 
-This role requires Ansible 2.0 or higher.
+This role requires Ansible 2.4 or higher.
 
 Example Playbook
 ----------------
 
 This is the basic way to use this role. This will configure the `ds3231` real time clock for the Raspberry Pi.
 
-    - hosts: servers
-      roles:
-        - rpi-rtc
-
+```
+- hosts: servers
+  roles:
+    - rpi-rtc
+```
diff --git a/meta/main.yaml b/meta/main.yaml
index 47132a7..de87d94 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/rpi-rtc/issues
   license: MIT
-  min_ansible_version: 2.0
+  min_ansible_version: 2.4
   platforms:
     - name: Debian
       versions:
-- 
GitLab