mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 12:51:04 +00:00
with_items is obsolete - using loop instead (#46805)
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user