From bac43eebe0defeca1b4de7c9c1a59f9dba8dea26 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Fri, 19 Oct 2018 00:54:07 +0200 Subject: Use loop instead of obsolete with_items in example (#47246) --- lib/ansible/modules/system/firewalld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/firewalld.py b/lib/ansible/modules/system/firewalld.py index 5d9a4df5ce..0df4f19877 100644 --- a/lib/ansible/modules/system/firewalld.py +++ b/lib/ansible/modules/system/firewalld.py @@ -144,7 +144,7 @@ EXAMPLES = ''' permanent: yes immediate: yes state: enabled - with_items: + loop: - ipv4 - ipv6 ''' -- cgit v1.2.1