Skip to content

Commit

Permalink
chore: print sourced zshenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Clumsy-Coder committed Feb 6, 2024
1 parent 7d2084e commit 9e0584b
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 @@ -20,6 +20,10 @@
changed_when: false
tags: always

- name: "print sourced env"
debug:
msg: "{{ out.stdout }}"

# extract the envs and store them as a dictionary
- name: store zshenv as fact
set_fact:
Expand Down

0 comments on commit 9e0584b

Please sign in to comment.