fix: non-interactive upgrade (#9)

This commit is contained in:
Marc 2022-11-19 11:42:25 -05:00 committed by GitHub
parent ef19e50360
commit 3c279aee70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ def update_ubuntu_packages():
)
pyinfra.operations.server.shell(
name="Apply updates and remove orphaned packages",
commands=["apt upgrade --autoremove"],
commands=["apt upgrade --autoremove -y"],
**common
)