summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/old_style_cache_plugins/test_fact_gathering.yml
blob: 2c77f0dd9e88775f9a559d3f19dcfbec474fd9fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
- hosts: localhost
  gather_facts: no
  tags:
    - flush
  tasks:
    - meta: clear_facts

- hosts: localhost
  gather_facts: yes
  gather_subset: min
  tags:
    - gather_facts

- hosts: localhost
  gather_facts: no
  tags:
    - set_fact
  tasks:
    - set_fact:
        foo: bar
        cacheable: true