--- - name: Prepare haskell container hosts: all become: yes become_method: sudo tasks: - name: Install ghci dnf: name: - ghc - hlint state: present