summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/obnam-bench.yml14
1 files changed, 6 insertions, 8 deletions
diff --git a/ansible/obnam-bench.yml b/ansible/obnam-bench.yml
index 4a0796d..fe8a7b9 100644
--- a/ansible/obnam-bench.yml
+++ b/ansible/obnam-bench.yml
@@ -6,28 +6,26 @@
tags: [sane]
- role: unix_users
tags: [users]
+ - role: rust-rustup
+ tags: [rustup]
- role: liw
tags: [liw]
tasks:
- apt:
name:
+ - build-essential
- daemonize
- git
- jq
+ - libsqlite3-dev
+ - libssl-dev
- locales-all
- moreutils
- obnam
- obnam-benchmark
+ - pkg-config
- rsync
- summain
- - git:
- repo: https://gitlab.com/obnam/obnam-benchmark-specs.git
- dest: /home/liw/obnam-benchmark-specs
- - shell: |
- chown -R liw:liw /home/liw/obnam-benchmark-specs
- sudo -u liw -i git config --global pull.rebase true
- args:
- warn: no
vars:
ansible_python_interpreter: /usr/bin/python3