fix more doc/formatting issues win_iis_webbinding

This commit is contained in:
Noah Sparks 2017-12-18 14:59:50 +00:00
parent 70df9c1d2c
commit 48f5c2c153
4 changed files with 15 additions and 13 deletions

View file

@ -61,6 +61,7 @@ options:
- Primarily used for enabling and disabling server name indication (SNI).
- Set to c(0) to disable SNI.
- Set to c(1) to enable SNI.
version_added: "2.5"
author:
- Noah Sparks (@nwsparks)
- Henrik Wallström

View file

@ -131,8 +131,8 @@
- name: idem assert not changed
assert:
that:
- http_no_header is not changed
- http_header is not changed
- http_no_header is not changed
- http_header is not changed
#modify
#can't test modify for http, it will add a new binding instead since
@ -309,10 +309,10 @@
- name: idem remove assert changed and gone
assert:
that:
- http_no_header is not changed
- http_no_header is not changed
- http_no_header.binding_info is not defined
- get_http_no_header.binding is not defined
- http_header is not changed
- http_header is not changed
- http_header.binding_info is not defined
- get_http_header.binding is not defined
@ -332,7 +332,8 @@
- test2.com
- test3.com
- assert:
- name: assert that 3 bindings were added
assert:
that:
- http_header is changed
- http_header | json_query('results[*].binding_info') | length == 3

View file

@ -152,8 +152,8 @@
- name: idem assert not changed
assert:
that:
- https_no_header is not changed
- https_header is not changed
- https_no_header is not changed
- https_header is not changed
#################
### CM Modify ###
@ -271,7 +271,7 @@
- name: idem assert not changed
assert:
that:
- https_header is not changed
- https_header is not changed
#################
### CM Remove ###
@ -451,9 +451,9 @@
- name: idem remove assert changed and gone
assert:
that:
- https_no_header is not changed
- https_no_header is not changed
- https_no_header.binding_info is not defined
- get_https_no_header.binding is not defined
- https_header is not changed
- https_header is not changed
- https_header.binding_info is not defined
- get_https_header.binding is not defined

View file

@ -73,7 +73,7 @@
- name: idem assert not changed
assert:
that:
- https_no_header is not changed
- https_no_header is not changed
#################
### CM Modify ###
@ -176,7 +176,7 @@
- name: idem assert not changed
assert:
that:
- https_header is not changed
- https_header is not changed
#################
### CM Remove ###
@ -275,7 +275,7 @@
- name: idem remove assert changed and gone
assert:
that:
- https_no_header is not changed
- https_no_header is not changed
- https_no_header.binding_info is not defined
- get_https_no_header.binding is not defined