Skip to content

Commit

Permalink
Merge pull request #3 from usegalaxy-eu/replace-include
Browse files Browse the repository at this point in the history
replace include
  • Loading branch information
mira-miracoli authored Oct 31, 2023
2 parents ad53909 + 118a507 commit 8187609
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
- include: "kernel_tuning.yml"
- include: "install.yml"
- include: "configure.yml"
- name: Include kernel tuning tasks
ansible.builtin.include_tasks: "kernel_tuning.yml"
- name: Include installation tasks
ansible.builtin.include_tasks: "install.yml"
- name: Include configuration tasks
ansible.builtin.include_tasks: "configure.yml"

0 comments on commit 8187609

Please sign in to comment.