From a04aa765230212284cde3d143c578e894e0398fd Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Sun, 29 Apr 2018 20:17:27 -0700
Subject: [PATCH] Updating the supported platforms

---
 meta/main.yaml | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/meta/main.yaml b/meta/main.yaml
index b5b95b6..f483576 100644
--- a/meta/main.yaml
+++ b/meta/main.yaml
@@ -4,14 +4,24 @@ galaxy_info:
   description: Installs the GitLab Runner agent and registers runners.
   license: MIT
   issue_tracker_url: https://git.codingallnight.com/infrastructure/ansible-roles/gitlab-runner/issues
-  min_ansible_version: 2.0
+  min_ansible_version: 2.4
   platforms:
     - name: Ubuntu
       versions:
-        - all
+        - trusty
+        - utopic
+        - vivid
+        - wily
+        - xenial
+        - yakkety
+        - zesty
+        - artful
+        - bionic
     - name: Debian
       versions:
-        - all
+        - jessie
+        - stretch
+        - buster
   galaxy_tags:
     - gitlab
     - ci
-- 
GitLab