Commit graph

8 commits

Author SHA1 Message Date
am-periphery
ce8aa45d0c Fix conditional check in uninstall.sh using assignment instead of comparison
The sudo access check on line 71 was using `if myANSIBLE_TAG="Debian"` which
assigns "Debian" to the variable instead of comparing it. This means the
then branch is always taken regardless of the actual distro.

Matches the correct pattern already used in install.sh line 254.
2026-03-14 11:22:25 +00:00
Dan Urson
b5a1c0bdf1
Add support for Red Hat Enterprise Linux - Thank you @plygrnd
Adjust installer, uninstaller and playbooks to support T-Pot installation using RHEL >= 8
2025-09-23 17:30:22 +02:00
t3chn0m4g3
5a69b3d460 Fix links and add support for Debian 13 2025-08-12 20:26:05 +02:00
Marco Ochse
0488849a37 tweaking 2024-03-24 17:28:26 +01:00
Marco Ochse
ebffec9b0f tweaking 2024-03-24 17:22:43 +01:00
Marco Ochse
3e9c94c3ac tweaking 2024-03-24 17:01:29 +01:00
Marco Ochse
e2d9362f8a tweaking 2024-03-24 16:59:02 +01:00
Marco Ochse
3a81e988da finish documentation
add uninstaller playbook and script
tweaking and cleanup
2024-03-24 16:21:51 +01:00