fix: use a better task name to load os specific vars
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 22:05:01 +01:00
parent b50e939de5
commit 015463f33a

View File

@ -1,6 +1,6 @@
--- ---
- name: Include special distribution-dependent variables - name: Include OS-specific variables
include_vars: "{{ ansible_os_family }}.yml" include_vars: "{{ ansible_os_family }}.yml"
- name: Install bind and dependencies - name: Install bind and dependencies