summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Mota <matthieumota@gmail.com>2019-03-26 16:39:43 +0100
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-03-26 16:39:43 +0100
commitf9b8371a62ad49bb2084b27a697872b032b23f2d (patch)
tree978e57059d0ecf3044a1b926f7b4ba643327e634
parentRemove systems_uri as parameter from get_psu_inventory method (#54262) (diff)
downloadansible-f9b8371a62ad49bb2084b27a697872b032b23f2d.tar.xz
ansible-f9b8371a62ad49bb2084b27a697872b032b23f2d.zip
[Doc UFW] Precise proto when using multiple ports (#54288)
<!--- Your description here --> +label: docsite_pr
-rw-r--r--lib/ansible/modules/system/ufw.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/modules/system/ufw.py b/lib/ansible/modules/system/ufw.py
index 41f57de4be..c786a4caf1 100644
--- a/lib/ansible/modules/system/ufw.py
+++ b/lib/ansible/modules/system/ufw.py
@@ -191,6 +191,7 @@ EXAMPLES = r'''
ufw:
rule: allow
port: 60000:61000
+ proto: tcp
- name: Allow all access to tcp port 80
ufw: