Skip to content

Commit

Permalink
Ansible compatibility: Replace include with include_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Jul 18, 2024
1 parent 990fd24 commit 6eea9fe
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,3 +1,3 @@
---
- include: install.yml
- include: configure.yml
- include_tasks: install.yml
- include_tasks: configure.yml

0 comments on commit 6eea9fe

Please sign in to comment.