Merge OS-specific variables for ubuntu

Now that we are using systemd everywhere, for xenial++ there isn't a
need to release specific settings.

Change-Id: Ie4c9e658aded6f7055189903b9f448ba92af6713
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-05 19:04:29 -05:00
parent 4972ff6b7f
commit b871ac7a47
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# under the License.
---
- name: Include OS-specific variables.
include_vars: "{{ ansible_distribution|lower }}-{{ ansible_distribution_release }}.yaml"
include_vars: "{{ ansible_distribution|lower }}.yaml"
when: ansible_os_family == 'Debian'
- name: Include OS-specific variables.