LXC version to 2.0.6 on CentOS
- bump version to 2.0.6 - check sha256sum Change-Id: Ifdd0228ef1916247988f9541d93016a750b4c56a
This commit is contained in:
parent
3bb06e1bd8
commit
986c648479
@ -38,6 +38,7 @@
|
|||||||
get_url:
|
get_url:
|
||||||
url: "{{ lxc_download_url }}"
|
url: "{{ lxc_download_url }}"
|
||||||
dest: "/opt/lxc_embedded/{{ lxc_download_url | basename }}"
|
dest: "/opt/lxc_embedded/{{ lxc_download_url | basename }}"
|
||||||
|
checksum: "sha256:{{ lxc_sha256sum }}"
|
||||||
register: source_download
|
register: source_download
|
||||||
tags:
|
tags:
|
||||||
- lxc-source
|
- lxc-source
|
||||||
|
@ -13,7 +13,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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"
|
system_config_dir: "/etc/sysconfig"
|
||||||
|
|
||||||
# Required rpm packages.
|
# Required rpm packages.
|
||||||
|
Loading…
Reference in New Issue
Block a user