Fix: Replace deprecated include builtin

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-03-12 00:37:35 +01:00
parent d6c84ee066
commit c041fe8ac5
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,7 +1,7 @@
--- ---
- name: "Loading distribution specific instructions for {{ ansible_distribution }}" - name: "Loading distribution specific instructions for {{ ansible_distribution }}"
include: "{{ ansible_distribution }}.yml" include_tasks: "{{ ansible_distribution }}.yml"
- name: Set up checks file for ELB Instance Status - name: Set up checks file for ELB Instance Status
template: template: