Skip to content

Commit

Permalink
test: make test_trusted_execution gather facts
Browse files Browse the repository at this point in the history
facts are needed for python interpreter discovery

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Aug 20, 2024
1 parent 6e2a7b9 commit b7d2ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_trusted_execution.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Basic test for fapolicyd
hosts: all
gather_facts: true # needed for python executable discovery
tasks:
- name: Run tests
vars:
Expand Down

0 comments on commit b7d2ba2

Please sign in to comment.