From c261677c0b4d9c73b925935393976f78bc6ce02d Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Fri, 11 Aug 2023 12:23:17 -0700 Subject: [PATCH] Minor change. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3e02b80..dc42271 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -63,7 +63,7 @@ line: 'export EDITOR=vim' - regexp: '^(export )?SUDO_EDITOR=' line: 'export SUDO_EDITOR=vim' - when: ansible_os_family == 'RedHat' + when: ansible_os_family != 'Debian' - name: Add functional alias to restart a service and show the log blockinfile: