From 86702fe406a38d6e1fca458f5ffc08ad2d7e1e3c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 30 Oct 2019 15:23:30 -0400 Subject: [PATCH] 0.1.0-DEV-20191030-152320 ------------------------- * FIX: - meta/main.yml:1: [E701] Role info should contain platforms --- meta/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index e969484..23bb4ef 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ galaxy_info: - author: Chris Hammer - description: Manages Nginx SSL termination for network + author: Chris Hammer + description: Setup an Nginx reverse proxy for our network of sites. company: The Zen Garden # If the issue tracker for your role is not on github, uncomment the @@ -35,7 +35,10 @@ galaxy_info: # To view available platforms and versions (or releases), visit: # https://galaxy.ansible.com/api/v1/platforms/ # - # platforms: + platforms: + - name: Debian + versions: + - 10 # - name: Fedora # versions: # - all