Break line
This commit is contained in:
parent
ae2905e879
commit
58926a218e
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ systemd.service(
|
|||
|
||||
apt.packages(
|
||||
name='Install packages',
|
||||
packages=['zfsutils-linux', 'manpages', 'man', 'snapd', 'vim', 'file', 'parted', 'htop', 'ncdu', 'byobu', 'tcpdump', 'lm-sensors', 'iotop', 'strace', 'lsof', 'iftop'],
|
||||
packages=['zfsutils-linux', 'manpages', 'man', 'snapd', 'vim', 'file',
|
||||
'parted', 'htop', 'ncdu', 'byobu', 'tcpdump', 'lm-sensors', 'iotop',
|
||||
'strace', 'lsof', 'iftop'],
|
||||
update=False,
|
||||
)
|
||||
|
||||
|
|
Reference in a new issue