Update win_iis_webapppool.py (#58930)

##### SUMMARY
Typo: to restart a pool, state should be "restarted", not "restart"
This commit is contained in:
nmeuret 2019-07-10 21:42:00 +02:00 committed by Alicia Cozine
parent 0a02b5ecc1
commit 0194d17e4c

View file

@ -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: