1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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:
- include: base.yml
- name: configure template & module variables for future template calls