summaryrefslogtreecommitdiff
path: root/common/tasks/sh.yaml
blob: 6bc561e5616e37ce57928e0803447b03d9ffe3e4 (plain)
1
2
3
4
5
6
7
8
---
- name: Configure dash as default sh
  file:
    src: /bin/sh
    dest: dash
    owner: root
    group: root
    state: link