Add ports check
This commit is contained in:
parent
ecf18409df
commit
451947080a
@ -5,3 +5,4 @@
|
||||
mappings:
|
||||
- "http:80:{{ config.vars.port }}"
|
||||
state: present
|
||||
when: "'port' in config.vars"
|
||||
|
@ -15,3 +15,4 @@
|
||||
mappings:
|
||||
- "https:443:{{ config.vars.port }}"
|
||||
state: present
|
||||
when: "'port' in config.vars"
|
||||
|
@ -5,3 +5,4 @@
|
||||
mappings:
|
||||
- "http:{{ config.vars.port }}:{{ config.vars.port }}"
|
||||
state: absent
|
||||
when: "'port' in config.vars"
|
||||
|
Reference in New Issue
Block a user