From 2fe00ac8c9ca075d53520c35a8bcb0ae6cc77716 Mon Sep 17 00:00:00 2001 From: Afterburn Date: Thu, 6 Feb 2014 20:34:38 -0700 Subject: [PATCH] small change to docs --- library/packaging/pacman | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/packaging/pacman b/library/packaging/pacman index 1b495dd1807..fb2f23e9b83 100644 --- a/library/packaging/pacman +++ b/library/packaging/pacman @@ -35,8 +35,9 @@ options: state: description: - - state of the package (installed or absent). + - state of the package. required: false + choices: [ "installed", "absent" ] update_cache: description: