From 2fe00ac8c9ca075d53520c35a8bcb0ae6cc77716 Mon Sep 17 00:00:00 2001 From: Afterburn Date: Thu, 6 Feb 2014 20:34:38 -0700 Subject: [PATCH 1/2] 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: From 398c71c1b701239d76242790b24369d41feebe79 Mon Sep 17 00:00:00 2001 From: Afterburn Date: Thu, 6 Feb 2014 20:35:42 -0700 Subject: [PATCH 2/2] small change to docs --- library/packaging/pacman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/packaging/pacman b/library/packaging/pacman index fb2f23e9b83..3080cb4a607 100644 --- a/library/packaging/pacman +++ b/library/packaging/pacman @@ -35,7 +35,7 @@ options: state: description: - - state of the package. + - desired state of the package. required: false choices: [ "installed", "absent" ]