Commit 726a26eb authored by nanahira's avatar nanahira

fix

parent 0dcd97d6
Pipeline #4534 failed with stage
in 10 seconds
......@@ -6,7 +6,7 @@
when: (ansible_distribution == 'Debian' and not xanmod and not ansible_kernel.endswith("-pve")) or ansible_distribution == 'CentOS'
- name: Debian after tasks
include_tasks: 'Debian-after.yml'
when: ansible_distribution == 'Debian'
when: ansible_os_family == 'Debian'
- name: make linux fast again
include_tasks: 'fast-again.yml'
when: ansible_os_family == 'Debian'
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