saibotk
67b5b52bd7
Copied from https://git.shivering-isles.com/shivering-isles/infrastructure/-/tree/master/roles/sys-upgrade
28 lines
630 B
YAML
28 lines
630 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
|
|
|
|
#
|
|
# platforms is a list of platforms, and each platform has a name and a list of versions.
|
|
#
|
|
platforms:
|
|
- name: Fedora
|
|
versions:
|
|
- all
|
|
- name: CentOS
|
|
versions:
|
|
- 7
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
|
|
galaxy_tags: []
|
|
dependencies: []
|