Commit b2292ac4 authored by nanahira's avatar nanahira

don't install kernel for non-x86

parent 3e755417
Pipeline #1782 failed with stage
in 2 minutes and 5 seconds
......@@ -28,7 +28,7 @@
when: nvidia_driver_version
- name: debian kernel
include_tasks: debian_kernel.yml
when: ansible_distribution == 'Debian' and ansible_virtualization_type != "docker"
when: ansible_distribution == 'Debian' and ansible_virtualization_type != "docker" and ansible_architecture == 'x86_64'
- name: 系统源 重启
become: true
shell: reboot
......
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