mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
fix style in plugins (#10303)
This commit is contained in:
parent
dd3c253b78
commit
329c2222fc
35 changed files with 98 additions and 97 deletions
|
@ -34,7 +34,7 @@ options:
|
|||
description:
|
||||
- A key or key pattern to change.
|
||||
- The interpretation of O(target[].before) depends on O(matching_parameter).
|
||||
- For a key that matches multiple O(target[].before)s, the B(first) matching O(target[].after) will be used.
|
||||
- For a key that matches multiple O(target[].before)s, the B(first) matching O(target[].after) is used.
|
||||
type: str
|
||||
after:
|
||||
description: A matching key change to.
|
||||
|
|
|
@ -32,8 +32,8 @@ options:
|
|||
description:
|
||||
- Dictionary where keys are column names and values are alignment settings. Valid alignment values are C(left), C(center),
|
||||
C(right), C(l), C(c), or C(r).
|
||||
- "For example, V({'name': 'left', 'id': 'right'}) will align the C(name) column to the left and the C(id) column to
|
||||
the right."
|
||||
- "For example, V({'name': 'left', 'id': 'right'}) aligns the C(name) column to the left and the C(id) column to the
|
||||
right."
|
||||
type: dictionary
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue