From 7605802735636a97129d9a164c11219e3ea98b22 Mon Sep 17 00:00:00 2001 From: Phillip Thurston Date: Thu, 3 Aug 2017 21:15:41 -0600 Subject: [PATCH] removed extra include that I had forgotten to remove. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 861c0d6..c970290 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,6 +1,6 @@ --- - name: OS specific setup - include: include: "setup-{{ ansible_os_family }}.yml" + include: "setup-{{ ansible_os_family }}.yml" when: docker_install - name: Install Docker.