Change deprecated include to include_tasks

This commit is contained in:
Santeri Kainulainen 2025-11-07 14:00:38 +02:00
parent af05c6470e
commit a9b0d193d6
15 changed files with 32 additions and 32 deletions

View file

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