Skip to content

Commit

Permalink
Galaxy warnings and errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfinlayson authored Jun 17, 2016
1 parent 0fbe644 commit 0b84bef
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@
galaxy_info:
author: Matthew Finlayson
description: Installs and configures consul
company: Jive Software
license: Apache
platforms:
- name: Ubuntu
versions:
- All
- 12.04
- 14.04
- 15.10
- 16.04
- name: EL
versions:
- 6
- 7
categories:
galaxy_tags:
- system
- cloud
- clustering
- networking
- web
min_ansible_version: 1.2
dependencies:
- { role: geerlingguy.repo-epel, when: ansible_os_family == "RedHat" }
- { role: franklinkim.nginx, when: consul_install_nginx == true and ansible_os_family == "Debian" }
Expand Down

0 comments on commit 0b84bef

Please sign in to comment.