From 1d8393ef6d1e1948d7119a63c3f818d8c8c80b2e Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Tue, 1 Oct 2019 11:30:17 -0400 Subject: [PATCH] Fix playbook error --- bootstrap.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstrap.yml b/bootstrap.yml index e61d79f..32a554c 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -15,5 +15,7 @@ - role: toal-common - name: Show a message - debug: - msg: "Hi!" \ No newline at end of file + hosts: all + tasks: + - debug: + msg: "Hi!" \ No newline at end of file