we no longer seem to get this set on the aarch64 instances

This commit is contained in:
Kevin Fenzi 2018-04-16 16:58:35 +00:00
parent 79baeb984f
commit ee4bede73f

View file

@ -389,7 +389,7 @@
#
- name: Blacklist cdc_ether module
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:
- config
- base