From ed624876d156f08880217d9522f696e5b5f583f2 Mon Sep 17 00:00:00 2001 From: Samuel Boucher Date: Thu, 5 Jan 2017 13:33:05 -0500 Subject: [PATCH] Update atomic_image.py (#19756) Doc update typo --- lib/ansible/modules/cloud/atomic/atomic_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/atomic/atomic_image.py b/lib/ansible/modules/cloud/atomic/atomic_image.py index 8210a1d3b8..640af4f3a8 100644 --- a/lib/ansible/modules/cloud/atomic/atomic_image.py +++ b/lib/ansible/modules/cloud/atomic/atomic_image.py @@ -49,7 +49,7 @@ options: default: latest started: description: - - Start or Stop the continer + - Start or Stop the container required: False choices: ["yes", "no"] default: yes