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

@ -2,7 +2,7 @@
- name: Deploy Elasticsearch previous version
hosts: localhost
post_tasks:
- include: elasticsearch/test/integration/debug.yml
- include_tasks: elasticsearch/test/integration/debug.yml
roles:
- elasticsearch
vars:
@ -11,6 +11,6 @@
- name: Deploy Elasticsearch latest version
hosts: localhost
post_tasks:
- include: elasticsearch/test/integration/debug.yml
- include_tasks: elasticsearch/test/integration/debug.yml
roles:
- elasticsearch