diff options
Diffstat (limited to 'test/integration/targets/ansible-pull/pull-integration-test/test_empty_facts.yml')
-rw-r--r-- | test/integration/targets/ansible-pull/pull-integration-test/test_empty_facts.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-pull/pull-integration-test/test_empty_facts.yml b/test/integration/targets/ansible-pull/pull-integration-test/test_empty_facts.yml new file mode 100644 index 0000000000..ab7559854b --- /dev/null +++ b/test/integration/targets/ansible-pull/pull-integration-test/test_empty_facts.yml @@ -0,0 +1,5 @@ +- hosts: localhost + gather_facts: false + tasks: + - assert: + that: ansible_facts == {} |