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

This commit is contained in:
Markus Pesch 2022-12-28 22:05:01 +01:00
parent b50e939de5
commit 015463f33a
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

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