From f9b8371a62ad49bb2084b27a697872b032b23f2d Mon Sep 17 00:00:00 2001 From: Matthieu Mota Date: Tue, 26 Mar 2019 16:39:43 +0100 Subject: [PATCH] [Doc UFW] Precise proto when using multiple ports (#54288) +label: docsite_pr --- lib/ansible/modules/system/ufw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/system/ufw.py b/lib/ansible/modules/system/ufw.py index 41f57de4be6..c786a4caf12 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: