Skip to content

Commit

Permalink
Merge pull request #2 from thorinaboenke/fix/deprecated-inlcude
Browse files Browse the repository at this point in the history
use include_tasks instead of deprecated include
  • Loading branch information
whotwagner authored Jul 30, 2024
2 parents a1e30b0 + c44041a commit f0608bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---

- include: debian.yml
- include_tasks: debian.yml
when: ansible_os_family == 'Debian'

- include: configs.yml
- include_tasks: configs.yml

- include: configsipv6.yml
- include_tasks: configsipv6.yml
when: shorewall6_enable

0 comments on commit f0608bc

Please sign in to comment.