Skip to content

Commit

Permalink
Update the code fragment contents to have correct format (ansible#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
krsacme authored and mattclay committed Dec 8, 2016
1 parent 3b60cb3 commit b8a93bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ansible/modules/extras/cloud/atomic/atomic_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
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"]
Expand Down
4 changes: 2 additions & 2 deletions lib/ansible/modules/extras/cloud/atomic/atomic_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
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"
Expand All @@ -39,7 +39,7 @@
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
Expand Down

0 comments on commit b8a93bc

Please sign in to comment.