Add user to playbook example so it's clear that this is available
This commit is contained in:
parent
ab408b0000
commit
1ed212513c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue