diff --git a/source_control/bzr b/source_control/bzr
index a5bb396c5af..bda9bd311f4 100644
--- a/source_control/bzr
+++ b/source_control/bzr
@@ -46,7 +46,7 @@ options:
     force:
         required: false
         default: "yes"
-        choices: [ yes, no ]
+        choices: [ 'yes', 'no' ]
         description:
             - If C(yes), any modified files in the working
               tree will be discarded.