Work around not yet complete package manager detection for ACD. (#5)

This commit is contained in:
Felix Fontein
2020-03-29 18:43:25 +02:00
parent e91849d1d8
commit de5b514629
4 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
---
- name: Include OS-specific variables
include_vars: '{{ ansible_os_family }}.yml'
when: not ansible_os_family == "Darwin" and not ansible_os_family == "FreeBSD"