Skip to content

Commit

Permalink
chore: cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Dec 20, 2024
1 parent 3699ade commit e58f089
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/system/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
- touches-boot-partition
- raspberry-pi

- name: Remove blinking cursor (Raspberry Pi)
- name: Remove blinking cursor
ansible.builtin.replace:
dest: "{{ cmdline_path }}"
regexp: (^(?!$)((?!vt.global_cursor_default=0).)*$)
Expand Down
4 changes: 0 additions & 4 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ function run_ansible_playbook() {
ANSIBLE_PLAYBOOK_ARGS+=(
"--skip-tags" "raspberry-pi"
)
else
ANSIBLE_PLAYBOOK_ARGS+=(
"--skip-tags" "x86"
)
fi

sudo -E -u ${USER} ${SUDO_ARGS[@]} \
Expand Down

0 comments on commit e58f089

Please sign in to comment.