diff --git a/README.md b/README.md index 63b0afb98ee6c2b605575353e9d066cef171e06f..3f9a390cb1fa60d38d08cd77e64bfc6677083bbe 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 47132a7c469ce1d287a0c6fd5303162722a7ea8a..de87d946181527455cd000c78351cf7715759eb6 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: