Merge pull request #26 from towo/master

Name the include_vars task
This commit is contained in:
Bert Van Vreckem 2018-05-19 23:43:50 +02:00 committed by GitHub
commit 281cddb700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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