summaryrefslogtreecommitdiff
path: root/ansible/git.liw.fi.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-23 08:12:33 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-23 08:12:33 +0300
commitd62072ef1c5ccca05c169b2e1b2bce4ce877fd83 (patch)
tree522eded91edea4342390386184ef8e3361e0d7c0 /ansible/git.liw.fi.yml
parent8372f8403994b786c2e0ec3fc71de1ee3b60b6c5 (diff)
downloadansibleness-d62072ef1c5ccca05c169b2e1b2bce4ce877fd83.tar.gz
fix(git.liw.fi): disable sane_debian_system role as a workaround
Sponsored-by: author
Diffstat (limited to 'ansible/git.liw.fi.yml')
-rw-r--r--ansible/git.liw.fi.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/ansible/git.liw.fi.yml b/ansible/git.liw.fi.yml
index ff246ed..a71d8ed 100644
--- a/ansible/git.liw.fi.yml
+++ b/ansible/git.liw.fi.yml
@@ -1,8 +1,9 @@
- hosts: git.liw.fi
remote_user: root
roles:
- - role: sane_debian_system
- tags: [sane]
+# sane_debian_system doesn't work on buster, because it needs systemd
+# - role: sane_debian_system
+# tags: [sane]
- role: comfortable-debian-system
- role: unix_users
- role: apache_server