Skip to content

Commit

Permalink
modified gather_facts variable in some module examples
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
  • Loading branch information
shivashankar-vaddepally committed Jan 22, 2025
1 parent 3191248 commit 600cda2
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
---
- name: Sample auditnslogglobal_auditnslogpolicy_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure auditnslogglobal_auditnslogpolicy_binding
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/authenticationnoauthaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
---
- name: Sample authenticationnoauthaction playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure authenticationnoauthaction
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cloudparameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
---
- name: Sample cloudparameter playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure cloudparameter
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/dnsparameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
---
- name: Sample dnsparameter playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure dnsparameter
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/ipsecparameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
---
- name: Sample ipsecparameter playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure ipsecparameter
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/lbvserver_appflowpolicy_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
---
- name: Sample lbvserver_appflowpolicy_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure lbvserver_appflowpolicy_binding
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nsmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
---
- name: Sample nsmode playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure nsmode
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nstcpbufparam.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
---
- name: Sample nstcpbufparam playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure nstcpbufparam
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/nstimeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
---
- name: Sample nstimeout playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure nstimeout
delegate_to: localhost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
---
- name: Sample systemglobal_authenticationldappolicy_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure systemglobal_authenticationldappolicy_binding
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/urlfilteringparameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
---
- name: Sample urlfilteringparameter playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure urlfilteringparameter
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vlan_interface_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
---
- name: Sample vlan_interface_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vlan_interface_binding
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vlan_nsip_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
---
- name: Sample vlan_nsip_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vlan_nsip_binding
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vpnglobal_domain_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
---
- name: Sample vpnglobal_domain_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vpnglobal_domain_binding
delegate_to: localhost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
---
- name: Sample vpnvserver_authenticationradiuspolicy_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vpnvserver_authenticationradiuspolicy_binding
delegate_to: localhost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
---
- name: Sample vpnvserver_authenticationsamlpolicy_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vpnvserver_authenticationsamlpolicy_binding
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vpnvserver_responderpolicy_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
---
- name: Sample vpnvserver_responderpolicy_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vpnvserver_responderpolicy_binding
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vpnvserver_rewritepolicy_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
---
- name: Sample vpnvserver_rewritepolicy_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vpnvserver_rewritepolicy_binding
delegate_to: localhost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
---
- name: Sample vpnvserver_vpnintranetapplication_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vpnvserver_vpnintranetapplication_binding
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/vpnvserver_vpntrafficpolicy_binding.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
---
- name: Sample vpnvserver_vpntrafficpolicy_binding playbook
hosts: demo_netscalers
gather_facts: 'false'
gather_facts: false
tasks:
- name: Configure vpnvserver_vpntrafficpolicy_binding
delegate_to: localhost
Expand Down

0 comments on commit 600cda2

Please sign in to comment.