Skip to content

Commit

Permalink
Add OS info print task for future debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Jun 12, 2024
1 parent 147263f commit a5c5d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/files/includes/tasks/prep.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Print OS Information."
ansible.builtin.debug:
var: ansible_lsb

- name: "Install dependencies."
ansible.builtin.package:
name: python3-apt
Expand Down

0 comments on commit a5c5d03

Please sign in to comment.