Update win_iis_webapppool.py (#58930)
##### SUMMARY Typo: to restart a pool, state should be "restarted", not "restart"
This commit is contained in:
parent
0a02b5ecc1
commit
0194d17e4c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ EXAMPLES = r'''
|
|||
- name: Restart an application pool (non-idempotent)
|
||||
win_iis_webapppool:
|
||||
name: AppPool
|
||||
state: restart
|
||||
state: restarted
|
||||
|
||||
- name: Change application pool attributes using new dict style
|
||||
win_iis_webapppool:
|
||||
|
|
Loading…
Add table
Reference in a new issue