From 20fd04b9e78af168f8d69038bad6ac22c2923893 Mon Sep 17 00:00:00 2001 From: "mo@oclab.net" Date: Sat, 16 Jan 2016 23:02:58 +0100 Subject: [PATCH] firewalld: fixes documentation - removes warning, aligning to existing documentation - adds version --- lib/ansible/modules/extras/system/firewalld.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/system/firewalld.py b/lib/ansible/modules/extras/system/firewalld.py index 295b797380..6588e8e683 100644 --- a/lib/ansible/modules/extras/system/firewalld.py +++ b/lib/ansible/modules/extras/system/firewalld.py @@ -49,9 +49,10 @@ options: version_added: "2.0" interface: description: - - 'The interface you would like to add/remove to/from a zone in firewalld - zone must be specified' + - 'The interface you would like to add/remove to/from a zone in firewalld' required: false default: null + version_added: "2.1" zone: description: - 'The firewalld zone to add/remove to/from (NOTE: default zone can be configured per system but "public" is default from upstream. Available choices can be extended based on per-system configs, listed here are "out of the box" defaults).'