fix: quote string
This commit is contained in:
parent
b44b1f4597
commit
3f2be9a110
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# manage systemwide prompt
|
||||
- name: "configure systemwide profile"
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/profile
|
||||
path: "/etc/profile"
|
||||
line: "export PS1='\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ '"
|
||||
create: true
|
||||
mode: "0644"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue