summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/test_play_level_role_fails.yml
blob: 6c79569d3f103efa7728968974ae45058ab0c2e5 (plain)
1
2
3
4
5
---
- hosts: localhost
  gather_facts: false
  roles:
      - { role: a, invalid_str: "roles" }