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