summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/no_log_string.yml
blob: caf88e2241ad98304ae7d22446559706ef631755 (plain)
1
2
3
4
5
6
7
- hosts: localhost
  vars:
    some_var: true
  tasks:
    - ansible.builtin.debug:
        msg: foo
      no_log: some_var # <-- bad, jinja use must be explicit