summaryrefslogtreecommitdiff
path: root/cloud/atomic
diff options
context:
space:
mode:
authorSaravanan K R <krsacme@users.noreply.github.com>2016-11-18 22:45:28 +0530
committerRené Moser <mail@renemoser.net>2016-11-18 18:15:28 +0100
commit160f2261decad0576a819d23c999b22b6fe357de (patch)
tree782254f162f34dbce24538b65a82e0cb696d6c5e /cloud/atomic
parent24972d3d64e538ca067c685f1c26ba06463c683b (diff)
downloadansible-modules-extras-160f2261decad0576a819d23c999b22b6fe357de.tar.gz
Update the code fragment contents to have correct format (#3342)
Diffstat (limited to 'cloud/atomic')
-rw-r--r--cloud/atomic/atomic_host.py2
-rw-r--r--cloud/atomic/atomic_image.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/cloud/atomic/atomic_host.py b/cloud/atomic/atomic_host.py
index a802b93f..a697a3ea 100644
--- a/cloud/atomic/atomic_host.py
+++ b/cloud/atomic/atomic_host.py
@@ -33,7 +33,7 @@ requirements:
options:
revision:
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
default: latest
aliases: ["version"]
diff --git a/cloud/atomic/atomic_image.py b/cloud/atomic/atomic_image.py
index 40517140..1011465c 100644
--- a/cloud/atomic/atomic_image.py
+++ b/cloud/atomic/atomic_image.py
@@ -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