Skip to content

Commit

Permalink
misc: Fix installing test dependencies on Debian/Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Sep 24, 2024
1 parent 0c6a620 commit a154c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/install-test-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
- vdo
- volume-key
- xfsprogs
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' and test_dependencies|bool
when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and test_dependencies|bool

####### Common actions

Expand Down

0 comments on commit a154c80

Please sign in to comment.