8408baedce
Currently, we specify defaults for the RedHat and Ubuntu distribution families, and perform adjustments to these in the playbooks based on checks for OS version, etc. This is awkward. Instead, import defaults files in increasing order of specificity to tune the install for each distribution and version without extra playbook items. Change-Id: I60b5a1f1c1f63fe4c742599a5a8a12a80cd15652
5 lines
221 B
YAML
5 lines
221 B
YAML
---
|
|
# NOTE(cinerama): On Fedora 22, ansible 1.9, ansible_pkg_mgr
|
|
# defaults to yum, which may not be installed. This can be safely
|
|
# removed when we start using an ansible release which prefers dnf.
|
|
ansible_pkg_mgr: "dnf" |