Consistency for multi-os in the includes

This makes the include_vars consistent accross all the
openstack-ansible-.* repos.
Change-Id: If636200ea7701e5eac047ba41bf4d11fd3bd91f9
This commit is contained in:
Jean-Philippe Evrard
2016年06月02日 14:21:46 +01:00
parent 0b1c38a4de
commit 1994d6be46

View File

@@ -16,9 +16,9 @@
- name:Gather variables for each operating system
include_vars:"{{ item }}"
with_first_found:
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_release | lower }}.yml"
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_version | lower }}.yml"
- "{{ ansible_distribution | lower }}-{{ ansible_distribution_major_version | lower }}.yml"
- "{{ ansible_os_family | lower }}-{{ ansible_distribution_major_version | lower }}.yml"
- "{{ ansible_distribution | lower }}.yml"
- "{{ ansible_os_family | lower }}.yml"
tags:
Reference in New Issue
openstack/openstack-ansible-rabbitmq_server
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.