Skip to content

Commit

Permalink
docs(win_iis_webapppool.ps1): update to include example on how to set…
Browse files Browse the repository at this point in the history
… No Managed Code for .Net compatibility (#556)
  • Loading branch information
colshine1 authored Feb 13, 2024
1 parent 6a1742a commit 588af79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/modules/win_iis_webapppool.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@
managedRuntimeVersion: v4.0
autoStart: no
- name: Creates an application pool with "No Managed Code" for .Net compatibility
community.windows.win_iis_webapppool:
name: AnotherAppPool
state: started
attributes:
managedRuntimeVersion: ''
autoStart: false
# In the below example we are setting attributes in child element processModel
# https://www.iis.net/configreference/system.applicationhost/applicationpools/add/processmodel
- name: Manage child element and set identity of application pool
Expand Down

0 comments on commit 588af79

Please sign in to comment.