Migrate include: to include_tasks

This commit is contained in:
Jake Howard
2022-01-22 20:21:32 +00:00
parent 106a89d72f
commit f07b5d9b7b
9 changed files with 25 additions and 25 deletions

View File

@ -1,14 +1,14 @@
- name: Packages
include: packages.yml
include_tasks: packages.yml
- name: User
include: user.yml
include_tasks: user.yml
- name: SSH
include: ssh.yml
include_tasks: ssh.yml
- name: fail2ban
include: fail2ban.yml
include_tasks: fail2ban.yml
- name: logrotate
include: logrotate.yml
include_tasks: logrotate.yml