summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/no_log_partial_template.yml
blob: 224aba848086cf8ec3e879f19940a82e9aed283a (plain)
1
2
3
4
5
6
7
- hosts: localhost
  vars:
    some_var: true
  tasks:
    - ansible.builtin.debug:
        msg: foo
      no_log: "foo-{{ some_var }}" # <-- partial templating not allowed here