Skip to content

Commit

Permalink
Update role metadata
Browse files Browse the repository at this point in the history
- Minimum Ansible version is now 2.5.
- Specify supported Ubuntu and CentOS versions.
- Add more tags.
  • Loading branch information
johanmeiring committed Jan 16, 2020
1 parent 7da269a commit 68cc73c
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,28 @@ galaxy_info:
author: Johan Meiring
description: "Setup chrooted SFTP service on top of OpenSSH"
license: MIT
min_ansible_version: 2.0
min_ansible_version: 2.5

platforms:
- name: Ubuntu
versions:
- all
- name: Ubuntu
versions:
- xenial
- yakkety
- zesty
- artful
- bionic
- cosmic
- disco
- eoan
- name: EL
versions:
- 7
- 8

galaxy_tags:
- networking
- system
- sftp
- ssh

dependencies: []

0 comments on commit 68cc73c

Please sign in to comment.