From 448658b6fe942cf062e8b789c5af525bb026bea5 Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Mon, 3 Jul 2023 16:33:14 -0700 Subject: [PATCH] Cite the package list variable. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e18ef3b..0905a81 100644 --- a/README.md +++ b/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. \ No newline at end of file +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: [] +```