Fix: replace deprecated include builtin

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-03-12 00:33:50 +01:00
parent fcff1ff3ea
commit ba38259775
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
---
- include: Ubuntu.yml
- include_tasks: Ubuntu.yml
...

View File

@ -3,11 +3,11 @@
# Install docker-compose
- name: "Loading distribution specific instructions for {{ ansible_distribution }}"
include: "{{ ansible_distribution }}.yml"
include_tasks: "{{ ansible_distribution }}.yml"
when: not docker_compose_use_docker_image
- name: Install shell wrapper for docker-compose image
include: "docker-wrapper.yml"
include_tasks: "docker-wrapper.yml"
when: docker_compose_use_docker_image
# Configure docker-compose