Add user to playbook example so it's clear that this is available

This commit is contained in:
Michael DeHaan 2012-03-03 11:02:14 -05:00
parent ab408b0000
commit 1ed212513c

View file

@ -1,5 +1,6 @@
--- ---
- hosts: '*' - hosts: all
user: root
tasks: tasks:
- include: base.yml - include: base.yml
- name: configure template & module variables for future template calls - name: configure template & module variables for future template calls