summaryrefslogtreecommitdiff
path: root/ansible/obnam-bench.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/obnam-bench.yml')
-rw-r--r--ansible/obnam-bench.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/ansible/obnam-bench.yml b/ansible/obnam-bench.yml
index fe8a7b9..4a0796d 100644
--- a/ansible/obnam-bench.yml
+++ b/ansible/obnam-bench.yml
@@ -6,26 +6,28 @@
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