Skip to content

Commit

Permalink
Merge pull request #143 from ansibleguy/fix-test-dep
Browse files Browse the repository at this point in the history
fix test dependency-install
  • Loading branch information
ansibleguy authored Jan 17, 2025
2 parents 9a52237 + 3c76534 commit be6ea2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/1_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
ansibleguy.opnsense.package:
name: "{{ item }}"
action: 'install'
register: opn_dep_install
failed_when:
- opn_dep_install.failed
- "'system needs to be upgraded beforehand' not in opn_dep_install.msg"
loop:
- 'os-squid'
- 'os-frr'
Expand Down

0 comments on commit be6ea2c

Please sign in to comment.