- Python 100%
| .devcontainer | ||
| .github/workflows | ||
| .vscode | ||
| changelogs | ||
| docs | ||
| extensions | ||
| meta | ||
| plugins | ||
| roles/update | ||
| tests | ||
| .gitignore | ||
| .isort.cfg | ||
| .pre-commit-config.yaml | ||
| .prettierignore | ||
| AGENTS.md | ||
| CHANGELOG.rst | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING | ||
| devfile.yaml | ||
| galaxy.yml | ||
| LICENSE | ||
| MAINTAINERS | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| test-requirements.txt | ||
| tox-ansible.ini | ||
System Update Collection
This repository contains the system.update Ansible Collection.
External requirements
Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.
Included content
Using this collection
ansible-galaxy collection install system.update
You can also include it in a requirements.yml file and install it via
ansible-galaxy collection install -r requirements.yml using the format:
collections:
- name: system.update
To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install system.update --upgrade
You can also install a specific version of the collection, for example, if you
need to downgrade when something is broken in the latest version (please report
an issue in this repository). Use the following syntax where X.Y.Z can be any
available version:
ansible-galaxy collection install system.update:==X.Y.Z
See Ansible Using Collections for more details.
Release notes
See the changelog.
Roadmap
More information
- Ansible collection development forum
- Ansible User guide
- Ansible Developer guide
- Ansible Collections Checklist
- Ansible Community code of conduct
- The Bullhorn (the Ansible Contributor newsletter)
- News for Maintainers
Licensing
GNU General Public License v3.0 or later.
See LICENSE to see the full text.