Fix typo
This commit is contained in:
parent
8ff8832f85
commit
11f20db2d2
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
# A container is not always running, so if it was stopped before
|
# A container is not always running, so if it was stopped before
|
||||||
# the backup procedure even started, do not start it again.
|
# the backup procedure even started, do not start it again.
|
||||||
# It's quite a hassle to have this behaviour with a handler, so
|
# 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
|
- name: Start container again if necessary # noqa: no-handler
|
||||||
ansible.builtin.systemd_service:
|
ansible.builtin.systemd_service:
|
||||||
name: container-{{ container }}.service
|
name: container-{{ container }}.service
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue