summaryrefslogtreecommitdiff
path: root/test/integration/targets/no_log/no_log_config.yml
blob: 8a5088059db42437abd7f8aa587e38f9edeced20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- hosts: testhost
  gather_facts: false
  tasks:
    - debug:
      no_log: true

    - debug:
      no_log: false

    - debug:

    - debug:
      loop: '{{ range(3) }}'