device_defaults: updated file name

This commit is contained in:
Swapnil 2024-05-03 19:47:27 +05:30
parent 59a8f35db6
commit 46ba0e7057
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ ANSIBLE_METADATA = {
DOCUMENTATION = '''
---
module: device_default
module: device_defaults
short_description: Manage Syncthing device default configurations
@ -121,11 +121,11 @@ author:
'''
EXAMPLES = '''
# Get/Update device_default
- name: Get device_default
# Get/Update device_defaults
- name: Get device_defaults
become: yes
become_user: syncthing
community.syncthing.device_default:
community.syncthing.device_defaults:
host: http://localhost
unix_socket: /run/syncthing/syncthing.sock
config_file: /var/lib/syncthing/.config/syncthing/config.xml
@ -135,11 +135,11 @@ EXAMPLES = '''
deviceID: "device-id"
name: "device-name"
paused: false
register: device_default
register: device_defaults
'''
RETURN = '''
device_default:
device_defaults:
description: The default configuration of the device after the operation.
type: dict
changed: