From d02ee4d5f1d078b5b3bf80960ae6a3db045e1ad7 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Wed, 19 Apr 2023 08:50:11 -0400 Subject: linux_desktop: fix typo --- roles/linux_desktop/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/linux_desktop/tasks') diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml index d24099f..df545dc 100644 --- a/roles/linux_desktop/tasks/main.yml +++ b/roles/linux_desktop/tasks/main.yml @@ -79,6 +79,6 @@ replace: path: /usr/share/xdg-desktop-portal/portals/kde.portal regexp: org\.freedesktop\.impl\.portal\.Notification; - regexp: '' + replace: '' - import_tasks: freeipa.yml -- cgit