mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -38,17 +38,20 @@ options:
|
||||
- When true, performs a 'net commit' at the end of the block.
|
||||
Mutually exclusive with I(atomic).
|
||||
default: false
|
||||
type: bool
|
||||
abort:
|
||||
description:
|
||||
- Boolean. When true, perform a 'net abort' before the block.
|
||||
This cleans out any uncommitted changes in the buffer.
|
||||
Mutually exclusive with I(atomic).
|
||||
default: false
|
||||
type: bool
|
||||
atomic:
|
||||
description:
|
||||
- When true, equivalent to both I(commit) and I(abort) being true.
|
||||
Mutually exclusive with I(commit) and I(atomic).
|
||||
default: false
|
||||
type: bool
|
||||
description:
|
||||
description:
|
||||
- Commit description that will be recorded to the commit log if
|
||||
|
||||
Reference in New Issue
Block a user