Added example of removing the standard website and port 80 binding (#22457)

pull/22722/head
Andreas Mosti 7 years ago committed by Matt Davis
parent c6dedea1a6
commit 1fa7a3db27

@ -115,6 +115,12 @@ EXAMPLES = r'''
parameters: logfile.directory:c:\sites\logs
register: website
# Remove Default Web Site and the standard port 80 binding
- name: Remove Default Web Site
win_iis_website:
name: "Default Web Site"
state: absent
# Some commandline examples:
# This return information about an existing host

Loading…
Cancel
Save