From b8a93bcfe1822b6be7414c1e6d6383da97a597e0 Mon Sep 17 00:00:00 2001 From: Saravanan K R Date: Fri, 18 Nov 2016 22:45:28 +0530 Subject: [PATCH] Update the code fragment contents to have correct format (#3342) --- lib/ansible/modules/extras/cloud/atomic/atomic_host.py | 2 +- lib/ansible/modules/extras/cloud/atomic/atomic_image.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/atomic/atomic_host.py b/lib/ansible/modules/extras/cloud/atomic/atomic_host.py index a802b93f916..a697a3ea53d 100644 --- a/lib/ansible/modules/extras/cloud/atomic/atomic_host.py +++ b/lib/ansible/modules/extras/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/lib/ansible/modules/extras/cloud/atomic/atomic_image.py b/lib/ansible/modules/extras/cloud/atomic/atomic_image.py index 40517140db6..1011465c2c0 100644 --- a/lib/ansible/modules/extras/cloud/atomic/atomic_image.py +++ b/lib/ansible/modules/extras/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