Commit aaef0bd

bryfry <bryon.fryer@gmail.com>
2013-06-07 09:26:15
hosting role bootstrap
1 parent 01abd17
Changed files (1)
roles
hosting
roles/hosting/tasks/main.yml
@@ -2,7 +2,10 @@
 # install dependencies needed to run the binary docker lxc engine (http://www.docker.io/)
 - name: Install lxc
   action: apt pkg=lxc state=latest
+  tags: bootstrap
 - name: Install bsdtar
   action: apt pkg=bsdtar state=latest
+  tags: bootstrap
 - name: Update Kernel to 3.8
   action: apt pkg=linux-image-generic-lts-raring
+  tags: bootstrap