infrastructure/roles/sys_upgrade/meta/main.yml

29 lines
650 B
YAML
Raw Normal View History

galaxy_info:
author: Christoph Kern
2022-11-02 21:57:13 +01:00
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
2022-11-02 21:57:13 +01:00
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
2022-11-02 21:57:13 +01:00
- name: EL
versions:
2022-11-02 21:57:13 +01:00
- "7"
- name: Debian
versions:
- all
galaxy_tags: []
dependencies: []