From 00457b2ac73a2026ff5a310666b388ee17e6a332 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 28 Jul 2026 00:11:19 +0200 Subject: [PATCH] chore(first-run.yml): remove obsolete first-run tasks for package installation --- roles/common/tasks/first-run.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 roles/common/tasks/first-run.yml diff --git a/roles/common/tasks/first-run.yml b/roles/common/tasks/first-run.yml deleted file mode 100644 index 502c20e..0000000 --- a/roles/common/tasks/first-run.yml +++ /dev/null @@ -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)