Change deprecated include to include_tasks
This commit is contained in:
parent
af05c6470e
commit
a9b0d193d6
15 changed files with 32 additions and 32 deletions
|
|
@ -2,7 +2,7 @@
|
|||
- name: Setup Elasticsearch with custom config files
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
- name: Setup Elasticsearch using default configuration
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Elasticsearch Xpack HTTP different keystore and truststore with password
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Deploy Elasticsearch OSS version
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
- name: Upgrade to Elasticsearch default version
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Deploy Elasticsearch OSS previous version
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
- name: Deploy Elasticsearch OSS latest version
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Setup Elasticsearch OSS 6.x
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Elasticsearch Xpack HTTP different keystore and truststore with password
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Setup Elasticsearch with security enabled and a trial license
|
||||
hosts: localhost
|
||||
post_tasks:
|
||||
- include: elasticsearch/test/integration/debug.yml
|
||||
- include_tasks: elasticsearch/test/integration/debug.yml
|
||||
roles:
|
||||
- elasticsearch
|
||||
vars:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue