removed extra include that I had forgotten to remove.

This commit is contained in:
Phillip Thurston 2017-08-03 21:15:41 -06:00
parent ab9c581a4b
commit 7605802735

View File

@ -1,6 +1,6 @@
--- ---
- name: OS specific setup - name: OS specific setup
include: include: "setup-{{ ansible_os_family }}.yml" include: "setup-{{ ansible_os_family }}.yml"
when: docker_install when: docker_install
- name: Install Docker. - name: Install Docker.