Rename include to include_tasks

Newer ansible lets us be clearer about what's going on.

Change-Id: I245a5832afe78d48efdf250188ea1f2117189813
This commit is contained in:
Monty Taylor 2018-08-15 18:34:02 -05:00
parent d8a1943081
commit e9c73a908e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
- name: setup config files
when: manage_config|bool
include: config.yaml
include_tasks: config.yaml
- block: