summaryrefslogtreecommitdiff
path: root/common/tasks/sh.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'common/tasks/sh.yaml')
-rw-r--r--common/tasks/sh.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/tasks/sh.yaml b/common/tasks/sh.yaml
new file mode 100644
index 0000000..6bc561e
--- /dev/null
+++ b/common/tasks/sh.yaml
@@ -0,0 +1,8 @@
+---
+- name: Configure dash as default sh
+ file:
+ src: /bin/sh
+ dest: dash
+ owner: root
+ group: root
+ state: link