summaryrefslogtreecommitdiff
path: root/cloud/atomic/atomic_image.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/atomic/atomic_image.py')
-rw-r--r--cloud/atomic/atomic_image.py4
1 files changed, 2 insertions, 2 deletions
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