diff --git a/plugins/modules/yum_versionlock.py b/plugins/modules/yum_versionlock.py index 9982700928..183ffdc6fe 100644 --- a/plugins/modules/yum_versionlock.py +++ b/plugins/modules/yum_versionlock.py @@ -80,7 +80,7 @@ packages: returned: success type: list elements: str - sample: ['httpd'] + sample: ["httpd"] state: description: State of package(s). returned: success diff --git a/plugins/modules/zpool.py b/plugins/modules/zpool.py index 0de563078c..3cce255415 100644 --- a/plugins/modules/zpool.py +++ b/plugins/modules/zpool.py @@ -20,8 +20,8 @@ attributes: check_mode: support: partial details: - - In check mode, any C(zpool) subcommand that supports the dry-run flag (C(-n)) will be run with C(-n) and its - simulated output is included in the module's diff results. + - In check mode, any C(zpool) subcommand that supports the dry-run flag (C(-n)) will be run with C(-n) and its simulated + output is included in the module's diff results. diff_mode: support: full author: