diff --git a/tasks/lxc_install_zypper.yml b/tasks/lxc_install_zypper.yml index 148bc6d0..918dcf54 100644 --- a/tasks/lxc_install_zypper.yml +++ b/tasks/lxc_install_zypper.yml @@ -70,7 +70,7 @@ # NOTE(hwoarang) The build ID changes all the time so we need to have a hack to determine the latest one # TODO: Talk to openSUSE people to improve that and possibly use the same location for 42.3 as well. - shell: | - curl -s {{ _lxc_hosts_container_image_url_base }} | grep -P -o '{{ ansible_architecture }}.*?lxc.*?Buildlp.*?xz' | head -n 1 + curl -s {{ _lxc_hosts_container_image_url_base }} | grep -P -o '{{ ansible_architecture }}.*?lxc.*?Build.*?xz' | head -n 1 register: _lxc_opensuse_image_build_info - set_fact: opensuse_image_build_info: "{{ _lxc_opensuse_image_build_info.stdout }}"