1 2 3 4 5 6 7 8 9
--- - hosts: whatever tasks: - name: hello world action: debug msg="Hello!" - name: this should be fine too action: file state=touch mode=0644 dest=./wherever