additional course material RH294
Olaf Bohlen
2020-08-20 1de6236f80a879ca110981fe0e5c0c05c521225b
commit | author | age
67b952 1 ---
SU 2 - name: Demo for verbosity levels in debug
1de623 3   hosts: localhost
OB 4   gather_facts: false
67b952 5   vars:
SU 6     level: 0
7   tasks:
8     - name: Output a string
9       debug:
10         msg: "Elvis is alive"
11         verbosity: '{{ level }}'