Skip to content

Commit

Permalink
add meta for ansible galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Dec 3, 2015
1 parent 386c003 commit abae210
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
galaxy_info:
author: Arkadiusz Kondas
description: Installs and configure PHP 7 on Debian/Ubuntu servers
license: MIT
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
galaxy_tags:
- php
- php7
- web

0 comments on commit abae210

Please sign in to comment.