Skip to content

Commit

Permalink
disable test-task (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed May 13, 2024
1 parent ec3e471 commit 4622d51
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tests/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@
seconds: 5
when: not ansible_check_mode

- name: Checking if installed
ansibleguy.opnsense.list:
register: opn12
failed_when: >
opn12.failed or
test_app1 not in opn12 | json_query('data[*].name') or
test_app2 not in opn12 | json_query('data[*].name')
when: not ansible_check_mode
# see issue #72
# - name: Checking if installed
# ansibleguy.opnsense.list:
# register: opn12
# failed_when: >
# opn12.failed or
# test_app1 not in opn12 | json_query('data[*].name') or
# test_app2 not in opn12 | json_query('data[*].name')
# when: not ansible_check_mode

- name: Locking
ansibleguy.opnsense.package:
Expand Down

0 comments on commit 4622d51

Please sign in to comment.