skip installing linux-image-extra in CI as it shouldn't be needed (#46101)
This commit is contained in:
parent
923a7bd30f
commit
40379b76b1
1 changed files with 0 additions and 10 deletions
|
@ -2,16 +2,6 @@
|
|||
shell: uname -r
|
||||
register: os_version
|
||||
|
||||
- name: Install packages for Trusty
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
update_cache: yes
|
||||
with_items:
|
||||
- "linux-image-extra-{{ os_version.stdout }}"
|
||||
- linux-image-extra-virtual
|
||||
when: ansible_distribution_release == 'trusty'
|
||||
|
||||
- name: Install pre-reqs
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue