Update the setup tasks

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-04-12 15:12:30 +02:00
parent f12f17658b
commit 2cdea1f6c3
12 changed files with 116 additions and 81 deletions

View File

@@ -9,9 +9,9 @@
---
- name: Install aptitude and software-properties-common
package:
ansible.builtin.package:
name:
- aptitude
- software-properties-common
state: latest
state: present
when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu"]