Skip to content
Snippets Groups Projects
Commit 0436a69e authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: p2022 deployment for eval-haskell

parent b041c208
No related branches found
No related tags found
No related merge requests found
......@@ -337,10 +337,19 @@
become: True
become_user: 'ib015_eval_{{item}}'
# when: not dot_cabal_ib015.results[item].stat.exists
when: false
loop: '{{range(ib015_workers)}}'
- name: Create empty GHC env file
copy:
content: ""
dest: '/tmp/env.ib015.{{item}}'
owner: 'ib015_eval_{{item}}'
loop: '{{range(ib015_workers)}}'
- name: Hackage modules
command: "{{cabal_dir}}/cabal v2-install --lib --package-env=/tmp/env.ib015.{{item}} QuickCheck lens HUnit graph-wrapper data-default-class"
command: "{{cabal_dir}}/cabal v2-install --lib --package-env=/tmp/env.ib015.{{item}} QuickCheck lens HUnit graph-wrapper data-default-class mtl exceptions-0.10.4"
become: True
become_user: 'ib015_eval_{{item}}'
loop: '{{range(ib015_workers)}}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment