mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
with_items is obsolete - using loop instead (#46805)
This commit is contained in:
parent
b17f02a89a
commit
559c92f9b6
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ Setup IIS Website
|
|||
resource_name: WindowsFeature
|
||||
Name: '{{item}}'
|
||||
Ensure: Present
|
||||
with_items:
|
||||
loop:
|
||||
- Web-Server
|
||||
- Web-Asp-Net45
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue