From 2b32e5a85c6917bff507c22ee978e305b76b6330 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 7 Oct 2020 21:12:21 -0400 Subject: [PATCH] Try to keep default_vars.yml < 80 chars wide --- vars/default_vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 90e021822..476f93361 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -72,9 +72,9 @@ local_tz: "{{ ansible_date_time.tz }}" admin_console_install: True admin_console_enabled: True # -# Set to "False" if you do not want to use the latest js-menus -# either because you use wordpress or another home page -# or if you prefer the older https://github.com/iiab/iiab-menu (no longer maintained) +# Set to "False" if you do not want to use the latest js-menus, either because +# you use WordPress or another home page, or if you prefer the older +# https://github.com/iiab/iiab-menu (no longer maintained) js_menu_install: True