Skip to content

Commit

Permalink
add netstat output
Browse files Browse the repository at this point in the history
  • Loading branch information
bissquit committed Dec 1, 2023
1 parent 85645e1 commit c0961a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions molecule/end-to-end/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
- name: temporary test
ansible.builtin.shell: |
netstat -tulpn
register: netstat
changed_when: false

- name: Debug
ansible.builtin.debug:
var: netstat

0 comments on commit c0961a7

Please sign in to comment.