Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: package module tests fail #72

Open
ansibleguy opened this issue May 13, 2024 · 0 comments
Open

Problem: package module tests fail #72

ansibleguy opened this issue May 13, 2024 · 0 comments
Labels
good first issue Good for newcomers prio-low Low Priority test-fix Test Fixes

Comments

@ansibleguy
Copy link
Owner

Modules

package

Version

latest

Ansible Version

-

OPNSense Version

latest

OPNSense-Plugin Version

-

Issue

The task always fails. If I run it manually on the same box - it works. Disabled it for now so the other tests can run

Config Ansible

- 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

Config OPNSense

No response

Debug Output

-

Profiling Output

No response

@ansibleguy ansibleguy added triage test-fix Test Fixes prio-low Low Priority and removed triage labels May 13, 2024
ansibleguy added a commit that referenced this issue May 13, 2024
@ansibleguy ansibleguy added the good first issue Good for newcomers label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers prio-low Low Priority test-fix Test Fixes
Projects
None yet
Development

No branches or pull requests

1 participant