updated docs to reflect list/loop lack of sqashing (#32522)

* updated docs to reflect list/loop lack of sqashing

* fix dnf

* line len
This commit is contained in:
Brian Coca
2017-11-20 10:16:19 -05:00
committed by GitHub
parent e19c994f57
commit 8e56133b3d
9 changed files with 46 additions and 38 deletions

View File

@@ -27,7 +27,7 @@ requirements:
options:
name:
description:
- Name of the package.
- A name or a list of names of the packages.
required: yes
state:
description:
@@ -66,6 +66,9 @@ options:
type: bool
default: 'no'
version_added: "2.3"
notes:
- When used with a `loop:` each package will be processed individually,
it is much more efficient to pass the list directly to the `name` option.
'''
EXAMPLES = '''