we no longer seem to get this set on the aarch64 instances
This commit is contained in:
parent
79baeb984f
commit
ee4bede73f
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@
|
||||||
#
|
#
|
||||||
- name: Blacklist cdc_ether module
|
- name: Blacklist cdc_ether module
|
||||||
copy: src=blacklist-cdc_ether.conf dest=/etc/modprobe.d/blacklist-cdc_ether.conf
|
copy: src=blacklist-cdc_ether.conf dest=/etc/modprobe.d/blacklist-cdc_ether.conf
|
||||||
when: ansible_virtualization_role == 'host'
|
when: ansible_virtualization_role is defined and ansible_virtualization_role == 'host'
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- base
|
- base
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue