From 1ed212513c8e8f0e5e96dfc946eefe3648e88b13 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 3 Mar 2012 11:02:14 -0500 Subject: [PATCH] Add user to playbook example so it's clear that this is available --- examples/playbook.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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