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

@ -1,10 +1,5 @@
---
# ported from top-level play because it stopped working around Ansible 2.4.0.0
- name: Import OS-specific variables
include_vars: "vars/{{ ansible_os_family }}.yml"
tags: always
- name: Configure network time
import_tasks: ntp.yml
tags: ntp