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
- name: Show a message
debug:
msg: "Hi!"
hosts: all
tasks:
- debug:
msg: "Hi!"