Update the code fragment contents to have correct format (#3342)

pull/18777/head
Saravanan K R 8 years ago committed by Matt Clay
parent 3b60cb3847
commit b8a93bcfe1

@ -33,7 +33,7 @@ requirements:
options: options:
revision: revision:
description: description:
- The version number of the atomic host to be deployed. Providing ```latest``` will upgrade to the latest available version. - The version number of the atomic host to be deployed. Providing C(latest) will upgrade to the latest available version.
required: false required: false
default: latest default: latest
aliases: ["version"] aliases: ["version"]

@ -26,7 +26,7 @@ description:
version_added: "2.2" version_added: "2.2"
author: "Saravanan KR @krsacme" author: "Saravanan KR @krsacme"
notes: notes:
- Host should be support ```atomic``` command - Host should be support C(atomic) command
requirements: requirements:
- atomic - atomic
- "python >= 2.6" - "python >= 2.6"
@ -39,7 +39,7 @@ options:
state: state:
description: description:
- The state of the container image. - 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 required: False
choices: ["present", "absent", "latest"] choices: ["present", "absent", "latest"]
default: latest default: latest

Loading…
Cancel
Save