1d4d27397135332702eb6a2d55d948c5af30c6dd
[csit.git] / resources / tools / vagrant / ansible / roles / common / tasks / main.yml
1 ---
2 # file: common/tasks/main.yml
3
4 - name: Set /bin/sh to bash instead of dash
5   alternatives:
6     name: sh
7     link: /bin/sh
8     path: /bin/bash