diff options
author | chris <chris@scorpio-it.net> | 2016-12-23 23:22:56 +0100 |
---|---|---|
committer | chris <chris@scorpio-it.net> | 2016-12-27 00:07:42 +0100 |
commit | 4d82a5e6cbf94d913e168276be4738a2593f84b6 (patch) | |
tree | 3b0f379d3bb61bee4f872a2d54699ca5aac6f937 | |
parent | 9ed5664d74e501ac78b73df0edd72ec18f846dc9 (diff) | |
download | ntp-4d82a5e6cbf94d913e168276be4738a2593f84b6.tar.gz ntp-4d82a5e6cbf94d913e168276be4738a2593f84b6.tar.bz2 ntp-4d82a5e6cbf94d913e168276be4738a2593f84b6.tar.xz ntp-4d82a5e6cbf94d913e168276be4738a2593f84b6.zip |
add Suse Support, add Archlinux support (by mechinn)
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | meta/main.yml | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/geerlingguy/ansible-role-ntp.svg?branch=master)](https://travis-ci.org/geerlingguy/ansible-role-ntp) -Installs NTP on RedHat/CentOS and Debian/Ubuntu Linux servers. +Installs NTP on RedHat/CentOS, Debian/Ubuntu, Suse and Archlinux, as well as on FreeBSD servers. ## Requirements diff --git a/meta/main.yml b/meta/main.yml index 2070ebc..4cfa5a2 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -20,5 +20,11 @@ galaxy_info: - name: FreeBSD versions: - all + - name: Suse + versions: + - all + - name: Archlinux + versions: + - all galaxy_tags: - system |