summaryrefslogtreecommitdiff
path: root/ansible/icktool.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-23 09:04:19 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-23 09:04:19 +0300
commit150e744c6989e643470bccfba5933d091dbcd8d3 (patch)
tree1871c9a65e8f14244d1e6d6434d671eb029cfd31 /ansible/icktool.yml
parentd62072ef1c5ccca05c169b2e1b2bce4ce877fd83 (diff)
downloadansibleness-150e744c6989e643470bccfba5933d091dbcd8d3.tar.gz
icktool: disable the sane_debian_system role for now
Sponsored-by: author
Diffstat (limited to 'ansible/icktool.yml')
-rw-r--r--ansible/icktool.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/icktool.yml b/ansible/icktool.yml
index c2ed8cc..3e7bf3d 100644
--- a/ansible/icktool.yml
+++ b/ansible/icktool.yml
@@ -2,7 +2,8 @@
remote_user: debian
become: yes
roles:
- - role: sane_debian_system
+# sane_debian_system doesn't work on buster, because it needs systemd
+# - role: sane_debian_system
- role: unix_users
tasks:
- name: "install git and Ick"