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

pull/3/head
Michael DeHaan 13 years ago
parent ab408b0000
commit 1ed212513c

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

Loading…
Cancel
Save