From d8671b14d903799a8af1523dd1617197ab2e9aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3nal=20Cunningham?= <donal.cunningham@heanet.ie> Date: Wed, 8 Dec 2021 13:06:05 +0000 Subject: [PATCH] DC - reworded show_version README.md for clarity --- Section1/show_version/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Section1/show_version/README.md b/Section1/show_version/README.md index 100e590..81b2bd2 100644 --- a/Section1/show_version/README.md +++ b/Section1/show_version/README.md @@ -1,14 +1,12 @@ # Show version -You need to update the hosts file : replace the "veos" host -with one to which you can log on with ssh. +You need to update the hosts file : replace the "veos" host with one to which you can connect with ssh. Run ``ansible-playbook -i hosts show_version.yaml``. # Show the full responses to a module invocation -This will show all of the responses, including -the bits that most people don't even exist. +This will show __all__ of the responses, including the bits that most people don't even know exist. Run ``ansible-playbook -i hosts show_all_responses.yaml`` -- GitLab