From cfb63da386920c86d2eafa8e321900e181e61b9e Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Wed, 6 May 2026 14:00:54 +0200 Subject: [PATCH] fix: remove software-properties-common (Ubuntu-only, not needed) --- playbooks/lemp-wordpress-ultimate.yml | 1 - playbooks/lemp-wordpress.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/playbooks/lemp-wordpress-ultimate.yml b/playbooks/lemp-wordpress-ultimate.yml index ef0cee3..78c3e63 100755 --- a/playbooks/lemp-wordpress-ultimate.yml +++ b/playbooks/lemp-wordpress-ultimate.yml @@ -119,7 +119,6 @@ apt: name: - gnupg - - software-properties-common - nginx state: present tags: [packages, nginx] diff --git a/playbooks/lemp-wordpress.yml b/playbooks/lemp-wordpress.yml index de08a84..39ef93d 100755 --- a/playbooks/lemp-wordpress.yml +++ b/playbooks/lemp-wordpress.yml @@ -122,7 +122,6 @@ apt: name: - gnupg - - software-properties-common - nginx state: present tags: [packages, nginx]