diff options
-rw-r--r-- | common/tasks/sh.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/tasks/sh.yaml b/common/tasks/sh.yaml index 6bc561e..e827ea8 100644 --- a/common/tasks/sh.yaml +++ b/common/tasks/sh.yaml @@ -1,8 +1,8 @@ --- - name: Configure dash as default sh file: - src: /bin/sh - dest: dash + dest: /bin/sh + src: /bin/dash owner: root group: root state: link |