role_chk_upgrades/README.md

15 lines
301 B
Markdown
Raw Permalink Normal View History

2021-07-22 23:14:54 -04:00
# Ansible Role: chk_upgrades
## Introduction
This role will check for available package upgrades on the target host.
NOTE:
The following variable(s) must be specified in the calling playbook (usually
done by doing a 'gather_facts' action);
* {{ ansible_distribution }}
* {{ ansible_os_family }}
2021-07-22 23:14:54 -04:00