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:
parent
4972ff6b7f
commit
b871ac7a47
@ -13,7 +13,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
- name: Include OS-specific variables.
|
- 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'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
- name: Include OS-specific variables.
|
- name: Include OS-specific variables.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user