Skip to content

Commit

Permalink
fix: rename include -> include_tasks because include was removed in a…
Browse files Browse the repository at this point in the history
…nsible 2.16.
  • Loading branch information
miettal committed Dec 4, 2023
1 parent 1324e5f commit 829dbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- include: setup-RedHat.yml
- include_tasks: setup-RedHat.yml
when: ansible_os_family == 'RedHat'

- include: setup-Debian.yml
- include_tasks: setup-Debian.yml
when: ansible_os_family == 'Debian'

- name: Install Kibana.
Expand Down

0 comments on commit 829dbfb

Please # to comment.