mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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