2020-01-22 22:11:49 +00:00
|
|
|
---
|
|
|
|
title: update
|
|
|
|
type: docs
|
|
|
|
---
|
|
|
|
|
2020-06-04 13:17:23 +00:00
|
|
|
[![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)
|
2020-01-31 10:29:38 +00:00
|
|
|
|
|
|
|
Manage linux package updates.
|
2020-01-22 22:11:49 +00:00
|
|
|
|
2020-02-22 20:27:01 +00:00
|
|
|
* [Default Variables](#default-variables)
|
2020-05-25 21:05:16 +00:00
|
|
|
* [update_packages_exclude](#update_packages_exclude)
|
2020-01-22 22:11:49 +00:00
|
|
|
* [Dependencies](#dependencies)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-02-22 20:27:01 +00:00
|
|
|
## Default Variables
|
|
|
|
|
|
|
|
### update_packages_exclude
|
|
|
|
|
|
|
|
#### Default value
|
|
|
|
|
|
|
|
```YAML
|
|
|
|
update_packages_exclude: []
|
|
|
|
```
|
|
|
|
|
2020-01-22 22:11:49 +00:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
None.
|