summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-pull/pull-integration-test/test_empty_facts.yml
blob: ab7559854bb43d80347e0df5213e08b75aa1d0c8 (plain)
1
2
3
4
5
- hosts: localhost
  gather_facts: false
  tasks:
  - assert:
      that: ansible_facts == {}