Skip to content

Commit

Permalink
[ansible/finalize] Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jun 23, 2024
1 parent de75741 commit 38b3e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/finalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dest: /etc/pip.conf
regexp: (?i)^\s*#\s*(extra-index.*)
line: \1
backrefs: yes
backrefs: true
when:
- ansible_architecture == "aarch64" or "'Raspberry Pi 5' in ovos_installer_raspberrypi"
- _pip_conf.stat.exists | bool
Expand Down

0 comments on commit 38b3e55

Please sign in to comment.