Cite the package list variable.
This commit is contained in:
parent
53c64fd817
commit
448658b6fe
14
README.md
14
README.md
@ -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.
|
||||
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: []
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user