pull out bootstrap so it can be run with one tag

Fri, 23 Jun 2017 20:51:34 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 23 Jun 2017 20:51:34 -0400
changeset 78
fe6ef0cccdf1
parent 77
0e0bfcf9ffb7
child 79
a8d20fd216f1

pull out bootstrap so it can be run with one tag

local.yml file | annotate | diff | comparison | revisions
roles/devbox/meta/main.yml file | annotate | diff | comparison | revisions
--- a/local.yml
+++ b/local.yml
@@ -2,6 +2,8 @@
 - name: Devbox Setup
   hosts: all
   roles:
+    - role: bootstrap
+      tags: bootstrap
     - devbox
     - user
 
--- a/roles/devbox/meta/main.yml
+++ b/roles/devbox/meta/main.yml
@@ -1,5 +1,4 @@
 ---
 dependencies:
-  - bootstrap
   - repositories
   - sudo

mercurial