Fix playbook error

This commit is contained in:
Patrick Toal
2019-10-01 11:30:17 -04:00
parent 81bb600d83
commit 1d8393ef6d

View File

@@ -15,5 +15,7 @@
- role: toal-common - role: toal-common
- name: Show a message - name: Show a message
debug: hosts: all
msg: "Hi!" tasks:
- debug:
msg: "Hi!"