Skip to content
Snippets Groups Projects
Commit 77ee73a8 authored by Vasilis Tsiligiannis's avatar Vasilis Tsiligiannis
Browse files

satnogs-radio: Fix indentation error

parent e48771cc
No related branches found
Tags 202006040723
No related merge requests found
......@@ -48,7 +48,6 @@
state: 'present'
become: true
with_items: '{{ satnogs_radio_blacklist_modules }}'
ignore_errors: true
- name: Check if list of kernel builtin modules exists
stat:
path: '/lib/modules/{{ ansible_kernel }}/modules.builtin'
......@@ -57,8 +56,8 @@
modprobe:
name: '{{ item }}'
state: 'absent'
become: true
with_items: '{{ satnogs_radio_blacklist_modules }}'
become: true
with_items: '{{ satnogs_radio_blacklist_modules }}'
when: modules_builtin.stat.exists
- name: Download UHD images
command: '/usr/bin/uhd_images_downloader'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment