chore(first-run.yml): remove obsolete first-run tasks for package installation
This commit is contained in:
@@ -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)
|
|
||||||
Reference in New Issue
Block a user