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