mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-08 22:33:49 +00:00
Fix boolean values in docs
This commit is contained in:
@@ -17,7 +17,7 @@ options:
|
||||
active_zones:
|
||||
description: Gather information about active zones.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
zones:
|
||||
description:
|
||||
- Gather information about specific zones.
|
||||
@@ -36,7 +36,7 @@ author:
|
||||
EXAMPLES = r'''
|
||||
- name: Gather information about active zones
|
||||
ansible.posix.firewalld_info:
|
||||
active_zones: yes
|
||||
active_zones: true
|
||||
|
||||
- name: Gather information about specific zones
|
||||
ansible.posix.firewalld_info:
|
||||
|
||||
Reference in New Issue
Block a user