mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-20 07:10:23 -07:00
Update the code fragment contents to have correct format (#3342)
This commit is contained in:
parent
3b60cb3847
commit
b8a93bcfe1
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ description:
|
|||
version_added: "2.2"
|
||||
author: "Saravanan KR @krsacme"
|
||||
notes:
|
||||
- Host should be support ```atomic``` command
|
||||
- Host should be support C(atomic) command
|
||||
requirements:
|
||||
- atomic
|
||||
- "python >= 2.6"
|
||||
|
@ -39,7 +39,7 @@ options:
|
|||
state:
|
||||
description:
|
||||
- The state of the container image.
|
||||
- The state ```latest``` will ensure container image is upgraded to the latest version and forcefully restart container, if running.
|
||||
- The state C(latest) will ensure container image is upgraded to the latest version and forcefully restart container, if running.
|
||||
required: False
|
||||
choices: ["present", "absent", "latest"]
|
||||
default: latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue