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)