Skip to content

Commit

Permalink
feat: ensure python3-debian is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 23, 2023
1 parent 397433a commit de25252
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/repo-Debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: "Ensure python3-debian is installed (Debian Family)"
ansible.builtin.apt:
name: python3-debian
state: present

- name: "Ensure netdata-repo is removed (Debian Family)"
become: true
ansible.builtin.apt:
Expand Down

0 comments on commit de25252

Please sign in to comment.