mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Improve YAML examples - windows/win_iis_webapplication.py (#19402)
This commit is contained in:
committed by
Matt Davis
parent
f57418c2c1
commit
83d0f621da
@@ -66,7 +66,11 @@ options:
|
||||
author: Henrik Wallström
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
$ ansible -i hosts -m win_iis_webapplication -a "name=api site=acme physical_path=c:\\apps\\acme\\api" host
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Add ACME webapplication on IIS
|
||||
win_iis_webapplication:
|
||||
name: api
|
||||
site: acme
|
||||
state: present
|
||||
physical_path: C:\apps\acme\api
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user