additional course material RH294
Student User
2020-02-19 8b862483000e30613e2079356141ed730015d306
commit | author | age
8b8624 1 ---
SU 2 - name: stub print vars
3   hosts: localhost
4   become: false
5   tasks:
6     - name: print a var
7       debug:
8         msg: '{{ myvar }}'