Vagrant: Introduce CentOS8
[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