Commit 3f2be9a1 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: quote string

parent b44b1f45
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"