Skip to content

Commit

Permalink
debug ansible env
Browse files Browse the repository at this point in the history
  • Loading branch information
Clumsy-Coder committed Jan 30, 2024
1 parent f5944b9 commit 3825293
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/wsl-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# roles:

tasks:
- name: "print env"
debug:
msg: "{{ ansible_env }}"

- include_tasks: "{{ ansible_env.DOTDIR }}/tasks/code-directory.yaml"
tags:
- code-directory
Expand Down

0 comments on commit 3825293

Please sign in to comment.