Slavi Pantaleev
ddf18eadc7
More ansible-lint fixes
3年前
Slavi Pantaleev
34cdaade08
Use fully-qualified module names for builtin Ansible modules
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1939
3年前
Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
4年前
Matthew Cengia
7afe8103da
Find/replace Facebook with Twitter
find roles/matrix-bridge-mautrix-twitter -type f -exec sed -i \
-e 's/facebook/twitter/g' \
-e 's/Facebook/Twitter/g' \
-e 's/FB/Twitter/g' \
-e 's/fb/twitter/g' {} +
5年前
Matthew Cengia
6b9b824964
Copy matrix-bridge-mautrix-facebook as base for matrix-bridge-mautrix-twitter
5年前
Slavi Pantaleev
735c966ab6
Disable systemd services when stopping to uninstall them
Until now, we were leaving services "enabled"
(symlinks in /etc/systemd/system/multi-user.target.wants/).
We clean these up now. Broken symlinks may still exist in older
installations that enabled/disabled services. We're not taking care
to fix these up. It's just a cosmetic defect anyway.
4年前
Michael Collins
98e6cd685d
sync with previous repo
4年前
mooomooo
eebc6e13f8
Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin
6年前
Slavi Pantaleev
3250df6765
Make bridge uninstallation stop services
Fixes #155 (Github Issue)
6年前
Slavi Pantaleev
8d654aecdd
Improve file naming consistency
6年前
Slavi Pantaleev
43fd3cc274
Move mautrix-facebook into a separate role
6年前