mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 16:12:06 +02:00
Add user to playbook example so it's clear that this is available
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: '*'
|
||||
- hosts: all
|
||||
user: root
|
||||
tasks:
|
||||
- include: base.yml
|
||||
- name: configure template & module variables for future template calls
|
||||
|
||||
Reference in New Issue
Block a user