Skip to content

Commit

Permalink
Updating supported OS
Browse files Browse the repository at this point in the history
  • Loading branch information
engonzal committed Oct 26, 2018
1 parent 62d8d78 commit 74742d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### Ansible Roles: Package
[![Build Status](https://travis-ci.org/engonzal/ansible_role_package.svg?branch=master)](https://travis-ci.org/engonzal/ansible_role_package)
Module to install a list of packages.


[![Build Status](https://travis-ci.org/engonzal/ansible_role_package.svg?branch=master)](https://travis-ci.org/engonzal/ansible_role_package)
#### Role Variables
For general packages when not using mixed Operating Systems you can use the following:
```
Expand Down
10 changes: 4 additions & 6 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ galaxy_info:
platforms:
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- 7
- name: Debian
versions:
- all
- stretch
- name: Ubuntu
versions:
- all
- xenial
- bionic
dependencies: []

0 comments on commit 74742d6

Please sign in to comment.