s/include/include_task/

This commit is contained in:
Julien Palard 2023-01-13 17:41:00 +01:00
parent b2af1120f9
commit 3d7bc235b1
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
3 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
---
- name: Install exim4
include: install.yml
include_tasks: install.yml
tags: ['exim4-sendonly-install']
- name: Configure exim4
include: configure.yml
include_tasks: configure.yml
tags: ['exim4-sendonly-configure']
- name: Start exim4

View File

@ -1,12 +1,12 @@
---
- include: setup.yml
- include_tasks: setup.yml
tags: setup
- include: config.yml
- include_tasks: config.yml
tags: config
- include: backup.yml
- include_tasks: backup.yml
tags: backup
- name: Start gitea

View File

@ -1,7 +1,7 @@
---
- include: install.yml
- include_tasks: install.yml
tags: [install, rsnapshot]
- include: config.yml
- include_tasks: config.yml
tags: [config, rsnapshot]