Skip to content

Commit

Permalink
Fix os vars include
Browse files Browse the repository at this point in the history
I was using ansible_distribution instead of ansible_os_family.
  • Loading branch information
goetzk committed Sep 22, 2014
1 parent 8a10d61 commit 89437bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# tasks file for goetzk.filesystems
- name: Include per distribution variables
include_vars: "{{ ansible_distribution }}.yml"
include_vars: "{{ ansible_os_family }}.yml"

- include: prepare-ro.yml

Expand Down

0 comments on commit 89437bf

Please sign in to comment.