From b12e4fdae3f94ad521ff66f9cb71392e416d39f4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Feb 2024 10:12:57 +0200 Subject: radicle-dev: tweak for testing build --- ansible/radicle-dev.yml | 26 ++++++++++++++------------ 1 file 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 -- cgit v1.2.1