From f155e46b9886fa8ee0b7021b2bfd2132ac508ee4 Mon Sep 17 00:00:00 2001 From: Vladimir Still <git@vstill.eu> Date: Tue, 25 Jan 2022 20:34:10 +0100 Subject: [PATCH] ansible: Update eval-haskell --- ansible/eval-haskell.fi.muni.cz.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ansible/eval-haskell.fi.muni.cz.yml b/ansible/eval-haskell.fi.muni.cz.yml index 4483d92..8d05845 100644 --- a/ansible/eval-haskell.fi.muni.cz.yml +++ b/ansible/eval-haskell.fi.muni.cz.yml @@ -1,7 +1,8 @@ - name: eval-haskell hosts: eval-haskell.fi.muni.cz vars: - dhcpcd: False + dhcpcd: false + postfix: true ghc_version: 9.0.1 ghc_prefix: '/opt/ghc/{{ghc_version}}' ib015_workers: 8 @@ -338,11 +339,11 @@ command: /opt/cabal/bin/cabal v1-update become: True become_user: 'ib015_eval_{{item}}' - when: not dot_cabal_ib015.results[item].stat.exists +# when: not dot_cabal_ib015.results[item].stat.exists loop: '{{range(ib015_workers)}}' - name: Hackage modules - command: /opt/cabal/bin/cabal v1-install QuickCheck lens HUnit + command: /opt/cabal/bin/cabal v1-install QuickCheck lens HUnit graph-wrapper become: True become_user: 'ib015_eval_{{item}}' loop: '{{range(ib015_workers)}}' -- GitLab