fix: non-interactive upgrade (#9)
This commit is contained in:
parent
ef19e50360
commit
3c279aee70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Reference in a new issue