From 012828ed6e5500f04772d03637af6b4c554544ab Mon Sep 17 00:00:00 2001 From: Julian Cable Date: Mon, 28 Nov 2022 18:27:14 +0000 Subject: [PATCH 1/2] Added example for 'unset' --- en-US/U.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en-US/U.xml b/en-US/U.xml index 5e4f2a9..9e08ccd 100644 --- a/en-US/U.xml +++ b/en-US/U.xml @@ -77,6 +77,9 @@ This rule matches only TCP packets where the SYN flag is set and the ACK flag is cleared. + + Unset the ANSIBLE_NAVIGATOR_CONFIG environment variable so that the project's ./ansible-navigator.yml settings file is used for the remaining exercises. + From 63392354a15f11efa7da3530490926a261af4bb4 Mon Sep 17 00:00:00 2001 From: Julian Cable Date: Wed, 30 Nov 2022 17:02:31 +0000 Subject: [PATCH 2/2] Implement change from review --- en-US/U.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/U.xml b/en-US/U.xml index 9e08ccd..935a9f1 100644 --- a/en-US/U.xml +++ b/en-US/U.xml @@ -78,7 +78,7 @@ This rule matches only TCP packets where the SYN flag is set and the ACK flag is cleared. - Unset the ANSIBLE_NAVIGATOR_CONFIG environment variable so that the project's ./ansible-navigator.yml settings file is used for the remaining exercises. + Unset the ANSIBLE_NAVIGATOR_CONFIG environment variable so that the remaining exercises use the project's ./ansible-navigator.yml settings file.