mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fix style in plugins (#10303)
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user