Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-26 16:23:30 +02:00
parent df91503a50
commit 6f9251dc66
3 changed files with 11 additions and 7 deletions

View File

@ -105,7 +105,8 @@
"inline": [
"apt-get -y --allow-releaseinfo-change update",
"apt-get -y dist-upgrade",
"apt-get install -y ansible"
"apt-get install -y ansible",
"ansible-galaxy collection install community.general"
]
},
{