From a6c6011ed40e37f6a08b11ecba6497aa35923cca Mon Sep 17 00:00:00 2001 From: Rosiney Gomes Pereira Date: Thu, 14 Jun 2018 15:58:22 -0300 Subject: [PATCH] SUMMARY (#41560) The module name, missmatch in documentation. ISSUE TYPE - Documentation COMPONENT NAME bigip_configsync_action ANSIBLE VERSION stable-2.5 Signed-off-by: Rosiney Gomes Pereira --- lib/ansible/modules/network/f5/bigip_configsync_action.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/network/f5/bigip_configsync_action.py b/lib/ansible/modules/network/f5/bigip_configsync_action.py index 91cc0d0e27..59c1d760c1 100644 --- a/lib/ansible/modules/network/f5/bigip_configsync_action.py +++ b/lib/ansible/modules/network/f5/bigip_configsync_action.py @@ -62,7 +62,7 @@ author: EXAMPLES = r''' - name: Sync configuration from device to group - bigip_configsync_actions: + bigip_configsync_action: device_group: foo-group sync_device_to_group: yes server: lb.mydomain.com @@ -72,7 +72,7 @@ EXAMPLES = r''' delegate_to: localhost - name: Sync configuration from most recent device to the current host - bigip_configsync_actions: + bigip_configsync_action: device_group: foo-group sync_most_recent_to_device: yes server: lb.mydomain.com @@ -82,7 +82,7 @@ EXAMPLES = r''' delegate_to: localhost - name: Perform an initial sync of a device to a new device group - bigip_configsync_actions: + bigip_configsync_action: device_group: new-device-group sync_device_to_group: yes server: lb.mydomain.com