Skip to content

Commit

Permalink
Clear up ansible deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Apr 2, 2024
1 parent a98806d commit c2ab64d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-machine/roles/osx/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- include: "programs.yml"
- include: "hostname.yml"
- include: "user.yml"
- include: "fonts.yml"
- include_tasks: "programs.yml"
- include_tasks: "hostname.yml"
- include_tasks: "user.yml"
- include_tasks: "fonts.yml"

0 comments on commit c2ab64d

Please sign in to comment.