diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 12:22:52 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-09-21 12:22:52 +0100 |
| commit | c6db3465d868b11f1e379c31db4b1166d29d177c (patch) | |
| tree | 95d9c5a21435d986d9c62bf9f4df8d41459fad98 | |
| parent | a5d6333fe3a7e2de256c14845e0633853d70790a (diff) | |
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.
| -rw-r--r-- | playbook.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
