This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/plays/lib/debug.yml

6 lines
77 B
YAML
Raw Normal View History

2020-04-13 10:49:14 +00:00
---
2020-04-13 13:08:53 +00:00
- name: Debug all variables
2020-04-13 10:49:14 +00:00
debug:
2020-04-13 13:08:53 +00:00
msg: "{{ vars }}"
2020-04-13 10:49:14 +00:00
when: debug