summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-11 10:12:57 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-11 10:12:57 +0200
commitb12e4fdae3f94ad521ff66f9cb71392e416d39f4 (patch)
tree542d29f8ad4e31d88ea8b9ef64c95033b43c3937
parentf1de82959bb47c8434959109dbcc53b0deb758fc (diff)
downloadansibleness-b12e4fdae3f94ad521ff66f9cb71392e416d39f4.tar.gz
radicle-dev: tweak for testing build
-rw-r--r--ansible/radicle-dev.yml26
1 files changed, 14 insertions, 12 deletions
diff --git a/ansible/radicle-dev.yml b/ansible/radicle-dev.yml
index fed36c5..860f231 100644
--- a/ansible/radicle-dev.yml
+++ b/ansible/radicle-dev.yml
@@ -4,21 +4,23 @@
roles:
- role: sane_debian_system
- role: sshd
- - role: comfortable-debian-system
+# - role: comfortable-debian-system
- role: unix_users
- - role: rust-rustup
- - role: liw
+# - role: rust-rustup
+# - role: liw
tasks:
- name: "install important additional packages"
apt:
name:
- - asciidoctor
+# - asciidoctor
- build-essential
- - debhelper
- - dh-cargo
- - lintian
- - python3
- - ripgrep
+ - curl
+ - git
+# - debhelper
+# - dh-cargo
+# - lintian
+# - python3
+# - ripgrep
vars:
ansible_python_interpreter: /usr/bin/python3
@@ -37,6 +39,6 @@
sshd_version: 1
- rustup_cargo_install: |
- starship \
- zoxide
+ # rustup_cargo_install: |
+ # starship \
+ # zoxide