Skip to content

Commit

Permalink
ci: debug molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Sep 6, 2023
1 parent 85627f8 commit 7698d40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
cmd: ls
register: debug_output

- name: Debug debug
ansible.builtin.msg:
msg: {{ debug_output }}
- name: Debug output
ansible.builtin.debug:
var: debug_output

- name: Create a symbolic link, so Molecule find the role files
ansible.builtin.file:
Expand Down

0 comments on commit 7698d40

Please sign in to comment.