summaryrefslogtreecommitdiff
path: root/ansible/obnam-bench.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-15 12:35:22 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-15 12:35:22 +0200
commitdcebc1be6e806a110eefa62309954a7cfd1b1ff6 (patch)
tree103575787e26b0d5b6c5d8c35b85c561626dbf29 /ansible/obnam-bench.yml
parent5535aa50b91c1c848a7e15c93cededf3da01c56f (diff)
downloadansibleness-dcebc1be6e806a110eefa62309954a7cfd1b1ff6.tar.gz
Revert "obnam-bench: simplify"
This reverts commit 5535aa50b91c1c848a7e15c93cededf3da01c56f. We do actually build Obnam. D'oh.
Diffstat (limited to 'ansible/obnam-bench.yml')
-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