We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b81e5 commit 57af01fCopy full SHA for 57af01f
2 files changed
tests/test_playbooks/tasks/inventory_plugin.yml
@@ -2,9 +2,6 @@
2
- name: setup
3
include_tasks: inventory_plugin_setup.yml
4
5
-- name: Refresh inventory to ensure new instances exist in inventory
6
- meta: refresh_inventory
7
-
8
- name: execute tests
9
block:
10
tests/test_playbooks/tasks/inventory_plugin_tests.yml
@@ -1,4 +1,7 @@
1
---
+- name: Refresh inventory to ensure new instances exist in inventory
+ meta: refresh_inventory
+
- name: test that all groups are present
assert:
that: >
0 commit comments