From 11f20db2d2e4927d9d033334b9c524b7d608696e Mon Sep 17 00:00:00 2001 From: "Ivo C.S. Wingelaar" Date: Sun, 13 Oct 2024 19:37:48 +0200 Subject: [PATCH] Fix typo --- roles/backup_nfs/tasks/per-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/backup_nfs/tasks/per-container.yml b/roles/backup_nfs/tasks/per-container.yml index d0f5067..831e484 100644 --- a/roles/backup_nfs/tasks/per-container.yml +++ b/roles/backup_nfs/tasks/per-container.yml @@ -15,7 +15,7 @@ # A container is not always running, so if it was stopped before # the backup procedure even started, do not start it again. # It's quite a hassle to have this behaviour with a handler, so -# we just supress the linting error. +# we just suppress the linting error. - name: Start container again if necessary # noqa: no-handler ansible.builtin.systemd_service: name: container-{{ container }}.service