fix: remove software-properties-common (Ubuntu-only, not needed)

This commit is contained in:
Sebastian Palencsar
2026-05-06 14:00:54 +02:00
parent 55193c7bd4
commit cfb63da386
2 changed files with 0 additions and 2 deletions

View File

@@ -119,7 +119,6 @@
apt: apt:
name: name:
- gnupg - gnupg
- software-properties-common
- nginx - nginx
state: present state: present
tags: [packages, nginx] tags: [packages, nginx]

View File

@@ -122,7 +122,6 @@
apt: apt:
name: name:
- gnupg - gnupg
- software-properties-common
- nginx - nginx
state: present state: present
tags: [packages, nginx] tags: [packages, nginx]