From c6db3465d868b11f1e379c31db4b1166d29d177c Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 21 Sep 2025 12:22:52 +0100 Subject: Do not require python3-pexepct to be installed I added python3-pexpect to the dependency list in de867dadbcc3c69d97acf96bf3e86d11295eea39, to use the pexpect ansible module for a reason that is lost to the sands of time. This module is no longer used, so the dependency can be removed. --- playbook.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'playbook.yaml') diff --git a/playbook.yaml b/playbook.yaml index 55d8851..33c4e45 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -210,7 +210,6 @@ - postgresql # Database - prosody # XMPP server - prosody-modules # Extra addons - - python3-pexpect # Used by ansible expect role - python3-psycopg2 # Used by ansible postgres role - systemd-timesyncd # Used to make sure the date is correct - ufw # Firewall -- cgit v1.2.3