From d8a19430819a7f3f4330b3a6a9e9039953fe4e2e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 15 Aug 2018 18:32:38 -0500 Subject: [PATCH] Change include_tasks back to include The ansible on puppetmaster is too old for this. Change-Id: I49458188e5ddd61bba95c9eb28792364008389c6 --- tasks/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yaml b/tasks/main.yaml index a41195e..d72f923 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -110,12 +110,12 @@ dest: "{{ puppet_module_dir }}" when: - - copy_puppet - - manifest_base is defined + - copy_puppet + - manifest_base is defined - name: setup config files when: manage_config|bool - include_tasks: config.yaml + include: config.yaml - block: