Skip to content

Commit

Permalink
Merge pull request #9 from ferblape/fix-deprecated-include
Browse files Browse the repository at this point in the history
Replace include by include_tasks, fixes deprecation error
  • Loading branch information
grzegorznowak authored Dec 31, 2023
2 parents 844e6a0 + 3b01f9f commit c9f1a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@

### ---- Symlink version-agnostic and version-aware global libs
- name: Include symlinking routine
include: _symlink.yml
include_tasks: _symlink.yml
### --------------- END ------------- ####

0 comments on commit c9f1a77

Please sign in to comment.