diff --git a/examples/playbook.yml b/examples/playbook.yml index fc4310976de..4cda6dde3d6 100644 --- a/examples/playbook.yml +++ b/examples/playbook.yml @@ -1,5 +1,6 @@ --- -- hosts: '*' +- hosts: all + user: root tasks: - include: base.yml - name: configure template & module variables for future template calls