--- - name: stub print vars hosts: localhost become: false tasks: - name: print a var debug: msg: - Line 1 - var '{{ myvar }}' - Line 2