Skip to content

Commit

Permalink
Fix include_tasks (#8)
Browse files Browse the repository at this point in the history
* Fix include_tasks

* Fix include_tasks
  • Loading branch information
pavlozt authored Oct 15, 2024
1 parent e58095d commit 7e6e962
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 @@ -24,6 +24,6 @@

- include_vars: "vars/{{ ansible_os_family }}.yml"

- include: opendkim.yml
- include_tasks: opendkim.yml

- include: postfix.yml
- include_tasks: postfix.yml

0 comments on commit 7e6e962

Please sign in to comment.