Revert "Import OS-specific vars in tasks instead of play"

This reverts commit e30e4d4b1e3d0221c9bcfaefcbf9524b50c5917b.

I suspect this was a side effect of using Python 3 rather than an
issue in Ansible 2.4.0.0.
This commit is contained in:
2017-11-04 23:53:38 +02:00
parent 63c5477f85
commit 7b60e6d24f
2 changed files with 1 additions and 5 deletions

View File

@ -13,5 +13,6 @@
- { role: munin, when: ansible_os_family == 'Debian' }
vars_files:
- vars/ipsets.yml
- "vars/{{ ansible_os_family }}.yml"
# vim: set sw=2 ts=2: