From e5bc2e057034f067ffddbe786532e407a5dac866 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Fri, 9 Dec 2016 10:59:50 +0000 Subject: [PATCH] Put spaces between graphs and var name (#19063) --- lib/ansible/modules/utilities/logic/include_role.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/utilities/logic/include_role.py b/lib/ansible/modules/utilities/logic/include_role.py index 843a873b8ae..b93b9e306cc 100644 --- a/lib/ansible/modules/utilities/logic/include_role.py +++ b/lib/ansible/modules/utilities/logic/include_role.py @@ -81,8 +81,8 @@ EXAMPLES = """ include_role: name: myrole with_items: - - "{{roleinput1}}" - - "{{roleinput2}}" + - '{{ roleinput1 }}' + - '{{ roleinput2 }}' loop_control: loop_var: roleinputvar