Skip to content

Commit 4087c03

Browse files
committed
fix typo in shell cmd task
1 parent 58ffa34 commit 4087c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
- name: Ensure lightdm.conf ends with newline
5353
tags: [codam.webgreeter, codam.webgreeter.setup]
5454
become: true
55-
ansible.builtin.shell: |
56-
sed -i -e '$a\' /etc/lightdm/lightdm.conf
55+
shell:
56+
cmd: "sed -i '$a\\' /etc/lightdm/lightdm.conf"
5757

5858
- name: Configure lightdm
5959
tags: [codam.webgreeter, codam.webgreeter.setup]

0 commit comments

Comments
 (0)