Loading tasks/profile.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
tasks/profile.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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