From 0e55bd892da2072536ac17004c3bf6fe6b0267cc Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 9 Oct 2013 07:52:23 -0400 Subject: [PATCH] For values that are booleans in the module doc, the value in the doc section should be a boolean or truthiness is engaged in the documentation formatting. This fixes the update_cache default in the docs to the proper value of "no" --- library/packaging/apt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/packaging/apt b/library/packaging/apt index 8490b8635c1..6ab20171866 100644 --- a/library/packaging/apt +++ b/library/packaging/apt @@ -42,18 +42,18 @@ options: description: - Run the equivalent of C(apt-get update) before the operation. Can be run as part of the package installation or as a separate step required: false - default: "no" + default: no choices: [ "yes", "no" ] cache_valid_time: description: - If C(update_cache) is specified and the last run is less or equal than I(cache_valid_time) seconds ago, the C(update_cache) gets skipped. required: false - default: "no" + default: no purge: description: - Will force purging of configuration files if the module state is set to I(absent). required: false - default: "no" + default: no choices: [ "yes", "no" ] default_release: description: @@ -64,7 +64,7 @@ options: description: - Corresponds to the C(--no-install-recommends) option for I(apt), default behavior works as apt's default behavior, C(no) does not install recommended packages. Suggested packages are never installed. required: false - default: "yes" + default: yes choices: [ "yes", "no" ] force: description: