apt dist-upgrade reboot enabled, lint fixes
second round, for testing
lint clean, testing needed
prereqs assert w/dig doesn't loop properly
use head not all for target hosts in single

Change-Id: Ie530204b989a73828f45508fcdd4374a3362c764
diff --git a/cord-head-playbook.yml b/cord-head-playbook.yml
index 4774b88..ce55372 100644
--- a/cord-head-playbook.yml
+++ b/cord-head-playbook.yml
@@ -7,9 +7,12 @@
 - name: Include vars
   hosts: all
   tasks:
-  - include_vars: vars/cord_defaults.yml
-  - include_vars: vars/cord.yml
-  - include_vars: vars/example_keystone.yml  # for testing
+    - name: Include variables
+      include_vars: "{{ item }}"
+      with_items:
+        - vars/cord_defaults.yml
+        - vars/cord.yml
+        - vars/example_keystone.yml
 
 - name: DNS Server and apt-cacher-ng Setup
   hosts: head