mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 10:09:53 +08:00
Replaces references to template: with ansible.builtin.template Signed-off-by: Ryan Lerch <rlerch@redhat.com>
9 lines
264 B
YAML
9 lines
264 B
YAML
#
|
|
# This role can be added to a playbook to dump out all
|
|
# the env from ansible to see what variables and facts are.
|
|
# Taken from https://coderwall.com/p/13lh6w
|
|
#
|
|
---
|
|
- name: Dump all ansible vars
|
|
ansible.builtin.template: src=dumpall.j2 dest=/tmp/debug_env.out
|