SUSE: Use host's version for base container

This supplements commit Ic43aa5d7e6bc7a534e21ba052561932ec01b3ae0

The base container now matches the host's distribution version so we
should use the 'ansible_distribution_version' fact instead of hardcoding
the version number.

Change-Id: Ie8d8ef236fcaa8b008e08c935d6efed3d64e728e
This commit is contained in:
Markos Chandras 2017-08-14 18:42:20 +01:00 committed by Kevin Carter (cloudnull)
parent e88e41c4af
commit d82db7e64b
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ lxc_container_interface_target: "/etc/sysconfig/network/ifcfg-{{ item.value.inte
lxc_container_map:
distro: opensuse
arch: amd64
release: 42.2
release: "{{ ansible_distribution_version }}"