Skip to content

Commit

Permalink
Merge pull request #46 from andrewvaughan/galaxy
Browse files Browse the repository at this point in the history
Build: Added Ansible Galaxy configuration (fixes #42)
  • Loading branch information
andrewvaughan authored Nov 11, 2017
2 parents f655100 + 1753541 commit 00e19c1
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
galaxy_info:
author: Andrew Vaughan
description: Ansible role that provides functionality for messaging prompting users during tasks.
license: MIT

min_ansible_version: 2.0

platforms:
- name: EL
versions:
- all
- name: GenericUNIX
versions:
- all
- name: Fedora
versions:
- all
- name: opensuse
versions:
- all
- name: Amazon
versions:
- all
- name: GenericBSD
versions:
- all
- name: FreeBSD
versions:
- all
- name: Ubuntu
versions:
- all
- name: SLES
versions:
- all
- name: GenericLinux
versions:
- all
- name: Debian
versions:
- all

categories:
- development
- messaging
- prompt
- system

dependencies: []

0 comments on commit 00e19c1

Please sign in to comment.