local.yml

changeset 88
3dbfd253c775
parent 78
fe6ef0cccdf1
--- a/local.yml
+++ b/local.yml
@@ -2,8 +2,13 @@
 - name: Devbox Setup
   hosts: all
   roles:
-    - role: bootstrap
-      tags: bootstrap
     - devbox
     - user
+  tasks:
+    - include_role:
+        name: bootstrap
+      when: bootstrap_ansible_controller
+    - include_role:
+        name: disable_stock_users
+      when: disable_stock_users
 

mercurial