Fix issues reported by 'yamllint'
This is mainly indentation issues and also a '---' at the top.
This commit is contained in:
parent
76fb71f4b1
commit
08db2e948a
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
# See https://wiki.debian.org/RaspberryPi3 for known issues and more details.
|
# See https://wiki.debian.org/RaspberryPi3 for known issues and more details.
|
||||||
# image.yml based on revision: __GITCOMMIT__
|
# image.yml based on revision: __GITCOMMIT__
|
||||||
|
|
||||||
|
@ -44,9 +45,9 @@ steps:
|
||||||
target: tag-root
|
target: tag-root
|
||||||
arch: __ARCH__
|
arch: __ARCH__
|
||||||
components:
|
components:
|
||||||
- main
|
- main
|
||||||
- __FIRMWARE_COMPONENT__
|
- __FIRMWARE_COMPONENT__
|
||||||
- __FIRMWARE_COMPONENT_OLD__
|
- __FIRMWARE_COMPONENT_OLD__
|
||||||
unless: rootfs_unpacked
|
unless: rootfs_unpacked
|
||||||
|
|
||||||
- create-file: /etc/apt/sources.list
|
- create-file: /etc/apt/sources.list
|
||||||
|
@ -70,17 +71,17 @@ steps:
|
||||||
|
|
||||||
- apt: install
|
- apt: install
|
||||||
packages:
|
packages:
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- dosfstools
|
- dosfstools
|
||||||
- iw
|
- iw
|
||||||
- parted
|
- parted
|
||||||
- ssh
|
- ssh
|
||||||
- wpasupplicant
|
- wpasupplicant
|
||||||
- __SYSTEMD_TIMESYNCD__
|
- __SYSTEMD_TIMESYNCD__
|
||||||
- __LINUX_IMAGE__
|
- __LINUX_IMAGE__
|
||||||
- __RASPI_FIRMWARE__
|
- __RASPI_FIRMWARE__
|
||||||
- __WIRELESS_FIRMWARE__
|
- __WIRELESS_FIRMWARE__
|
||||||
- __BLUETOOTH_FIRMWARE__
|
- __BLUETOOTH_FIRMWARE__
|
||||||
tag: tag-root
|
tag: tag-root
|
||||||
unless: rootfs_unpacked
|
unless: rootfs_unpacked
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue