From c57d476871791d5b6dcf2354eaf85607ecef0050 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Fri, 4 May 2018 19:36:33 +0200 Subject: [PATCH] import_role docs: loop is not supported (#39725) --- lib/ansible/modules/utilities/logic/import_role.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/ansible/modules/utilities/logic/import_role.py b/lib/ansible/modules/utilities/logic/import_role.py index 1ba9dbae2f..d6c4d071cc 100644 --- a/lib/ansible/modules/utilities/logic/import_role.py +++ b/lib/ansible/modules/utilities/logic/import_role.py @@ -75,15 +75,6 @@ EXAMPLES = """ vars: rolevar1: value from task - - name: Apply loop to each task in role - import_role: - name: myrole - with_items: - - '{{ roleinput1 }}' - - '{{ roleinput2 }}' - loop_control: - loop_var: roleinputvar - - name: Apply condition to each task in role import_role: name: myrole