Change include_tasks back to include

The ansible on puppetmaster is too old for this.

Change-Id: I49458188e5ddd61bba95c9eb28792364008389c6
This commit is contained in:
Monty Taylor 2018-08-15 18:32:38 -05:00
parent 92d5d596b9
commit d8a1943081
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 3 additions and 3 deletions

View File

@ -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: