src.nth.io/

summaryrefslogtreecommitdiff
path: root/vagrant.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant.yaml')
-rw-r--r--vagrant.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/vagrant.yaml b/vagrant.yaml
deleted file mode 100644
index c9535f2..0000000
--- a/vagrant.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-
-- name: setup python2
- hosts: all
- gather_facts: no
- tasks:
- - name: install python2
- become: yes
- raw: "apt-get install python -y"
-
-- hosts: all
- roles:
- - pleroma