From f65cf7c87f77e0f38697410881bc8a0bf02d2407 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Sun, 18 Feb 2024 11:11:37 +0000 Subject: [PATCH] [skip ci] automated docs update --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/README.md b/README.md index d527045..f5f1961 100644 --- a/README.md +++ b/README.md @@ -1 +1,50 @@ # xoxys.update + +[![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.update/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.update) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.update/src/branch/main/LICENSE) + +Manage linux package updates. + +## Table of content + +- [Requirements](#requirements) +- [Default Variables](#default-variables) + - [update_packages_exclude](#update_packages_exclude) +- [Discovered Tags](#discovered-tags) +- [Dependencies](#dependencies) +- [License](#license) +- [Author](#author) + +--- + +## Requirements + +- Minimum Ansible version: `2.10` + +## Default Variables + +### update_packages_exclude + +List of package names to exclude from automatic updates. + +#### Default value + +```YAML +update_packages_exclude: [] +``` + +## Discovered Tags + +**_skip_ansible_later_** + +## Dependencies + +None. + +## License + +MIT + +## Author + +[Robert Kaussow](https://gitea.rknet.org/xoxys)