summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/gather_subset.yml
blob: de0e689154dae99011dfccc2f90d571290cc0129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- hosts: localhost
  gather_subset:
    - all
    - "!network"
  tasks:
    - ansible.builtin.debug:
        msg: foo

- hosts: localhost
  gather_subset:
    - all
  tasks:
    - ansible.builtin.debug:
        msg: bar