Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-06 19:11:38 +02:00
parent d3870589c7
commit 127bd97024
2 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@
"inline": [
"apt-get -y --allow-releaseinfo-change update",
"apt-get -y dist-upgrade",
"apt-get install -y ansible"
"apt-get install -y --no-install-recommends ansible"
]
},
{