Change deprecated include to include_tasks
This commit is contained in:
parent
af05c6470e
commit
a9b0d193d6
15 changed files with 32 additions and 32 deletions
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
|
||||
- name: Include specific Elasticsearch
|
||||
include: elasticsearch-Debian.yml
|
||||
include_tasks: elasticsearch-Debian.yml
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Include specific Elasticsearch
|
||||
include: elasticsearch-RedHat.yml
|
||||
include_tasks: elasticsearch-RedHat.yml
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue