Fix deprecated includes

This commit is contained in:
2022-08-30 22:19:06 -05:00
parent 6705256abc
commit cd66cef7ad
45 changed files with 261 additions and 221 deletions

View File

@ -1,6 +1,6 @@
---
- name: gather OS specific variables
include_vars: "{{ item }}"
ansible.builtin.include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_distribution }}.yaml"
- "{{ ansible_os_family }}.yaml"