Skip to content

Commit

Permalink
Merge pull request #71 from xcitan/master
Browse files Browse the repository at this point in the history
fix include_tasks
  • Loading branch information
geerlingguy authored Jan 25, 2024
2 parents 8062188 + 2d2b0fa commit 5b05f10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
- name: Include OS Specific setup tasks
include: setup-{{ ansible_os_family }}.yml
include_tasks: setup-{{ ansible_os_family }}.yml

- include: config.yml
- include: ssl.yml
- include: plugins.yml
- include_tasks: config.yml
- include_tasks: ssl.yml
- include_tasks: plugins.yml

- name: Ensure Logstash is started and enabled on boot.
service:
Expand Down

0 comments on commit 5b05f10

Please sign in to comment.