fix ${HOME} typo
This commit is contained in:
parent
f425969a79
commit
e291ce2c9e
|
@ -36,7 +36,7 @@ users:
|
||||||
shell_lines:
|
shell_lines:
|
||||||
- line: "testline"
|
- line: "testline"
|
||||||
state: present
|
state: present
|
||||||
- line: "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh"
|
- line: 'export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"'
|
||||||
state: present
|
state: present
|
||||||
- line: "alias ls='ls lah'"
|
- line: "alias ls='ls lah'"
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue