with_items is obsolete - using loop instead (#46805)

pull/47191/head
Petr Ruzicka 6 years ago committed by Alicia Cozine
parent b17f02a89a
commit 559c92f9b6

@ -341,7 +341,7 @@ Setup IIS Website
resource_name: WindowsFeature
Name: '{{item}}'
Ensure: Present
with_items:
loop:
- Web-Server
- Web-Asp-Net45

Loading…
Cancel
Save