summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/run_once_list.yml
blob: 0dd2cd5539daf4cdb60435d9db3bd14e5094f464 (plain)
1
2
3
4
5
6
7
8
- hosts: localhost
  tasks:
    - name: foo2
      ansible.builtin.debug:
        msg: foo!
      run_once: # invalid due to schema, also ansible does not allow lists
        - "{{ true }}"
        - xxx