summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/import_playbook.yml
blob: efd878797ede5ab453f90d188af2ee0b9c3fc50b (plain)
1
2
3
4
5
6
7
8
9
- ansible.builtin.import_playbook: other.yml

- import_playbook: other.yml
  tags:
    - foo

- import_playbook: other.yml
  when:
    - foo is true