Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Nov 2, 2023
1 parent 7c42554 commit f7b4c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
failed_when: false
changed_when: false

- name: Debug
debug:
msg: __postfix_packages_status {{ __postfix_packages_status |
d("undefined") | to_nice_json }}
- name: Remove config files - make empty
copy:
dest: "{{ item }}"
Expand Down

0 comments on commit f7b4c80

Please sign in to comment.