Address all warnings and errors from yamllint except some of the
line-length warnings:
```
yamllint -d "{extends: default, rules: {line-length: {max: 203}}}" .
```
Fixes: be7e87fbb7d7 ("feat(systemd-emergency): install rescue and emergency targets")
Fixes: fa194671663d ("ci: reenable test 70 (only on openSUSE)")
systemd-emergency:
- changed-files:
- - any-glob-to-any-file: 'modules.d/[0-9][0-9]systemd-emergency/*'
+ - any-glob-to-any-file: 'modules.d/[0-9][0-9]systemd-emergency/*'
caps:
- changed-files:
test:
- "70"
include:
- - # on openSUSE run tests with network-legacy
- container: "opensuse"
- network: "network-legacy"
+ # on openSUSE run tests with network-legacy
+ - container: "opensuse"
+ network: "network-legacy"
container:
image: ghcr.io/dracut-ng/${{ matrix.container }}
options: '--device=/dev/kvm'