Skip to content

Commit

Permalink
Merge pull request #56 from andygrunwald/include_deprecated
Browse files Browse the repository at this point in the history
Fix #55: [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead
  • Loading branch information
mhutter authored Sep 19, 2022
2 parents 2e9384b + dd50780 commit 584bf0e
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
Expand Up @@ -3,7 +3,7 @@
include_vars: "{{ ansible_os_family }}.yml"
tags: always

- include: install.yml
- include_tasks: install.yml
when: service_state != "absent"
- include: uninstall.yml
- include_tasks: uninstall.yml
when: service_state == "absent"

0 comments on commit 584bf0e

Please sign in to comment.