Change deprecated include to include_tasks
This commit is contained in:
parent
af05c6470e
commit
a9b0d193d6
15 changed files with 32 additions and 32 deletions
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
- name: Include optional user and group creation.
|
||||
when: (es_user_id is defined) and (es_group_id is defined)
|
||||
include: elasticsearch-optional-user.yml
|
||||
include_tasks: elasticsearch-optional-user.yml
|
||||
|
||||
- name: Debian - Get installed elasticsearch version
|
||||
command: dpkg-query --showformat='${Version}' --show {{ es_package_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue