修改atca vxlan流量属性接入配置
This commit is contained in:
@@ -25,19 +25,19 @@
|
||||
src: "{{ role_path }}/files/grub"
|
||||
dest: "/etc/default"
|
||||
when:
|
||||
- tsg_access_type == 4
|
||||
- tsg_access_type == 4 or tsg_access_type == 5
|
||||
- t_kernel_ml.changed
|
||||
|
||||
- name: "BIOS:grub2-mkconfig"
|
||||
shell: grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||
when:
|
||||
- tsg_access_type == 4
|
||||
- tsg_access_type == 4 or tsg_access_type == 5
|
||||
- t_kernel_ml.changed
|
||||
|
||||
- name: "UEFI:grub2-mkconfig"
|
||||
shell: grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
|
||||
when:
|
||||
- tsg_access_type == 4
|
||||
- tsg_access_type == 4 or tsg_access_type == 5
|
||||
- t_kernel_ml.changed
|
||||
|
||||
- name: "reboot"
|
||||
|
||||
Reference in New Issue
Block a user