Skip to content

Commit

Permalink
Merge pull request #76 from girasolenergy/bugfix/rename-include-to-in…
Browse files Browse the repository at this point in the history
…clude-tasks

fix: rename include -> include_tasks because include was removed in ansible 2.16.
  • Loading branch information
geerlingguy authored Jan 6, 2024
2 parents 1324e5f + 829dbfb commit f207c20
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 f207c20

Please # to comment.