Update win_iis_webapppool.py (#58930)

##### SUMMARY
Typo: to restart a pool, state should be "restarted", not "restart"
pull/58945/head
nmeuret 5 years ago committed by Alicia Cozine
parent 0a02b5ecc1
commit 0194d17e4c

@ -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…
Cancel
Save