28 lines
650 B
YAML
28 lines
650 B
YAML
galaxy_info:
|
|
author: Christoph Kern
|
|
description: "Upgrades System so latest packages are installed"
|
|
|
|
# If the issue tracker for your role is not on github, uncomment the
|
|
# next line and provide a value
|
|
issue_tracker_url: https://github.com/SISheogorath/ansible-client/issues
|
|
|
|
license: GPL-3.0-only
|
|
min_ansible_version: "2.9"
|
|
standalone: true
|
|
|
|
#
|
|
# platforms is a list of platforms, and each platform has a name and a list of versions.
|
|
#
|
|
platforms:
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: EL
|
|
versions:
|
|
- "7"
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
|
|
galaxy_tags: []
|
|
dependencies: []
|