From 121e39bf8ffa6bcefdae14f1884b1b9ae89bd757 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Thu, 18 Jan 2024 11:49:43 +0100 Subject: [PATCH] fix spelling error --- roles/diagnostic/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/diagnostic/defaults/main.yml b/roles/diagnostic/defaults/main.yml index ebc0171..fe52773 100644 --- a/roles/diagnostic/defaults/main.yml +++ b/roles/diagnostic/defaults/main.yml @@ -6,7 +6,7 @@ diagnostic_with_bottom: false # bottom is not implemented at the moment diagnostic_with_btop: true # make sure pip is installed for glances -diagnostic_with_glances: tfalse +diagnostic_with_glances: false diagnostic_with_htop: false diagnostic_with_nmap: false diagnostic_with_sysstat: false