From 6912cf34cc1b2026ad8261ae1fd25f88a2ed4d67 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:23:42 +0530 Subject: [PATCH] updated with simple ansible-galaxy command to list collection --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 534820e17..4312e3481 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,17 @@ git clone --single-branch https://github.com/netscaler/ansible-collection-netsca ### Verify the installation ```bash -ansible-galaxy collection list | grep netscaler.adc +ansible-galaxy collection list netscaler.adc ``` The above command should display the following output: ```text -netscaler.adc 2.x.x + +# /Users/netscaleruser/.ansible/collections/ansible_collections +Collection Version +------------- ------- +netscaler.adc 2.0.x ``` ## Collection Modules Documentation