From 40f4359a32bd591d32ac7693f048a58e2673d889 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 1 Apr 2022 18:31:02 +0200 Subject: [PATCH] typo --- roles/mgrote.zfs_sanoid/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote.zfs_sanoid/tasks/main.yml b/roles/mgrote.zfs_sanoid/tasks/main.yml index 56904660..9fa4582c 100644 --- a/roles/mgrote.zfs_sanoid/tasks/main.yml +++ b/roles/mgrote.zfs_sanoid/tasks/main.yml @@ -30,7 +30,7 @@ - name: add sanoid_mail.service to sanoid.service become: true community.general.ini_file: - path: "/ets/systemd/system/{{ item }}" + path: "/etc/systemd/system/{{ item }}" section: Unit state: present no_extra_spaces: no