LXC version to 2.0.6 on CentOS

- bump version to 2.0.6
- check sha256sum

Change-Id: Ifdd0228ef1916247988f9541d93016a750b4c56a
This commit is contained in:
Marc Gariepy 2016-12-05 14:22:45 -05:00
parent 3bb06e1bd8
commit 986c648479
2 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,7 @@
get_url:
url: "{{ lxc_download_url }}"
dest: "/opt/lxc_embedded/{{ lxc_download_url | basename }}"
checksum: "sha256:{{ lxc_sha256sum }}"
register: source_download
tags:
- lxc-source

View File

@ -13,7 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
lxc_download_url: "https://linuxcontainers.org/downloads/lxc/lxc-2.0.5.tar.gz"
lxc_download_url: "https://linuxcontainers.org/downloads/lxc/lxc-2.0.6.tar.gz"
lxc_sha256sum: "7c292cd0055dac1a0e6fbb6a7740fd12b6ffb204603c198faf37c11c9d6dcd7a"
system_config_dir: "/etc/sysconfig"
# Required rpm packages.