summary refs log tree commit diff stats
path: root/vagrant/.vagrant.d/ansible/debian.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant/.vagrant.d/ansible/debian.yml')
-rw-r--r--vagrant/.vagrant.d/ansible/debian.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/vagrant/.vagrant.d/ansible/debian.yml b/vagrant/.vagrant.d/ansible/debian.yml
deleted file mode 100644
index 9e06af69..00000000
--- a/vagrant/.vagrant.d/ansible/debian.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-- get_url:
-    url: https://thoughtbot.github.io/rcm/debs/rcm_1.2.2-2_all.deb
-    dest: /tmp/rcm.deb
-
-- command: dpkg --skip-same-version -i /tmp/rcm.deb
-  register: dpkg
-  changed_when: "dpkg.stdout.startswith('Selecting')"
-
-- name: Ensure that tools are installed
-  with_items: packages
-  apt:
-    pkg: "{{ item }}"
-    state: present
-    cache_valid_time: 86400
-    update_cache: yes
\ No newline at end of file