Commit 84b0070f authored by nanahira's avatar nanahira

fix

parent 00b8fc57
Pipeline #1588 passed with stage
in 3 minutes and 49 seconds
......@@ -4,7 +4,7 @@
when: not (ansible_virtualization_role == "guest" and ansible_virtualization_type == "kvm")
- name: use cloud kernel
set_fact:
install_kernel_name: linux-cloud-image-amd64
install_kernel_name: linux-image-cloud-amd64
when: ansible_virtualization_role == "guest" and ansible_virtualization_type == "kvm"
- name: install kernel
become: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment