diff --git a/library/packaging/pacman b/library/packaging/pacman index 1b495dd1807..3080cb4a607 100644 --- a/library/packaging/pacman +++ b/library/packaging/pacman @@ -35,8 +35,9 @@ options: state: description: - - state of the package (installed or absent). + - desired state of the package. required: false + choices: [ "installed", "absent" ] update_cache: description: