Cite the package list variable.

This commit is contained in:
Brian Lee 2023-07-03 16:33:14 -07:00
parent 53c64fd817
commit 448658b6fe

View File

@ -1,3 +1,15 @@
# Ansible Role: Linux (package helper)
This is an Ansible role that installs a configurable set of useful packages for the Linux system administrator.
## Requirements
None.
## Role Variables
There is one variable, which is the list of packages to install.
```yaml
sysadmin_packages: []
```