chore(first-run.yml): remove obsolete first-run tasks for package installation

This commit is contained in:
2026-07-28 00:11:19 +02:00
parent 095f5de034
commit 00457b2ac7
-9
View File
@@ -1,9 +0,0 @@
---
- hosts: o25.oopen.de
tasks:
- name: Ensure aptitude is present
raw: test -e /usr/bin/aptitude || apt-get install aptitude -y
- name: Ensure python2 is present (This is necessary for ansible to work properly)
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)