diff --git a/vars/debian-host.yml b/vars/debian-host.yml index 57f3165e..a1e7b530 100644 --- a/vars/debian-host.yml +++ b/vars/debian-host.yml @@ -39,13 +39,13 @@ _lxc_hosts_distro_packages: - python-lxc - python3-lxc - systemd-container - - pxz + - xz-utils # Package to remove from the host lxc_hosts_remove_distro_packages: - dnsmasq -lxc_xz_bin: pxz +lxc_xz_bin: xz system_config_dir: "/etc/default" systemd_utils_prefix: "/lib/systemd" diff --git a/vars/ubuntu-16.04-host.yml b/vars/ubuntu-16.04-host.yml index 0008f0ce..88d017fe 100644 --- a/vars/ubuntu-16.04-host.yml +++ b/vars/ubuntu-16.04-host.yml @@ -42,13 +42,13 @@ _lxc_hosts_distro_packages: - python-lxc - python3-lxc - systemd-container - - pxz + - xz-utils # Package to remove from the host lxc_hosts_remove_distro_packages: - dnsmasq -lxc_xz_bin: pxz +lxc_xz_bin: xz system_config_dir: "/etc/default" systemd_utils_prefix: "/lib/systemd" diff --git a/vars/ubuntu-18.04-host.yml b/vars/ubuntu-18.04-host.yml index 8bd094df..d9fe6217 100644 --- a/vars/ubuntu-18.04-host.yml +++ b/vars/ubuntu-18.04-host.yml @@ -42,13 +42,13 @@ _lxc_hosts_distro_packages: - python-lxc - python3-lxc - systemd-container - - pxz + - xz-utils # Package to remove from the host lxc_hosts_remove_distro_packages: - dnsmasq -lxc_xz_bin: pxz +lxc_xz_bin: xz system_config_dir: "/etc/default" systemd_utils_prefix: "/lib/systemd"