Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:16:11 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:33:40 +00:00
parent 8fe8732227
commit 2d53570151
1 changed files with 11 additions and 4 deletions

View File

@ -3,13 +3,14 @@ title: update
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.update) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.update?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.update) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.update/src/branch/master/LICENSE)
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.update) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.update?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.update) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.update/src/branch/master/LICENSE)
Manage linux package updates.
* [Default Variables](#default-variables)
* [update_packages_exclude](#update_packages_exclude)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [update_packages_exclude](#update_packages_exclude)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
---
@ -23,6 +24,12 @@ Manage linux package updates.
update_packages_exclude: []
```
## Discovered Tags
skip_ansible_later
: &nbsp;
## Dependencies
None.