mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 05:49:09 -07:00
Adjust booleans in net tools, web infrastructure, and clustering modules. (#5159)
This commit is contained in:
parent
675bdef190
commit
7533f9ac26
20 changed files with 72 additions and 72 deletions
|
@ -70,7 +70,7 @@ options:
|
|||
description:
|
||||
- Enable dynamic DNS updates for this host.
|
||||
type: bool
|
||||
default: no
|
||||
default: false
|
||||
|
||||
'''
|
||||
EXAMPLES = r'''
|
||||
|
@ -82,7 +82,7 @@ EXAMPLES = r'''
|
|||
macaddr: 44:dd:ab:dd:11:44
|
||||
name: server01
|
||||
ip: 192.168.88.99
|
||||
ddns: yes
|
||||
ddns: true
|
||||
statements:
|
||||
- filename "pxelinux.0"
|
||||
- next-server 1.1.1.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue