mirror of
https://github.com/luzifer-ansible/instance-status.git
synced 2024-12-28 03:51:16 +00:00
Fix: Replace deprecated include
builtin
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d6c84ee066
commit
c041fe8ac5
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
|
||||
- include: Ubuntu.yml
|
||||
- include_tasks: Ubuntu.yml
|
||||
|
||||
...
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
- 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
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue