Name the include_vars task

Appeasement for the linter gods.
This commit is contained in:
Tobias Wolter 2018-04-12 01:35:08 +02:00
parent 3cb311356e
commit d2196c8091

View File

@ -1,7 +1,8 @@
# File: roles/samba/tasks/main.yml
---
- include_vars: "{{ item }}"
- name: Include OS specific variables
include_vars: "{{ item }}"
with_first_found:
- "os_{{ ansible_distribution }}.yml"
- "os_{{ ansible_os_family }}.yml"