Skip to content

Commit

Permalink
update supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
saltystew committed Aug 1, 2019
1 parent d96c50d commit 6581a77
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ env:
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: centos6
- MOLECULE_DISTRO: fedora27
- MOLECULE_DISTRO: ubuntu1904
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: debian10
- MOLECULE_DISTRO: debian9
- MOLECULE_DISTRO: debian8

install:
- pip install molecule==2.19 docker
Expand Down
17 changes: 16 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ galaxy_info:
description: Installs Logwatch on Debian/Ubuntu and CentOS/Fedora/Redhat based Linux
license: license (MIT)
min_ansible_version: 2.4
platforms: []
platforms:
- name: EL
versions:
- 6
- 7
- name: Debian
versions:
- stretch
- buster
- name: Fedora
versions:
- 27
- name: Ubuntu
versions:
- xenial
- bionic
galaxy_tags:
- logwatch
- metric
Expand Down

0 comments on commit 6581a77

Please sign in to comment.