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/roles/xos-vm-install/files/xos-setup-cord-pod-playbook.yml b/roles/xos-vm-install/files/xos-setup-cord-pod-playbook.yml
index d258d54..5b646a5 100644
--- a/roles/xos-vm-install/files/xos-setup-cord-pod-playbook.yml
+++ b/roles/xos-vm-install/files/xos-setup-cord-pod-playbook.yml
@@ -63,6 +63,8 @@
       with_items:
         - xosproject/xos-postgres
         - xosproject/cord-app-build
+      tags:
+        - skip_ansible_lint # FIXME: use new 2.2 docker modules when available
 
     - name: Pull docker images for XOS
       when: not xos_container_rebuild
@@ -77,3 +79,5 @@
         chdir="{{ xos_repo_dest }}/containers/xos/"
       with_items:
        - base
+
+