${HOME} typo
This commit is contained in:
parent
190f5b8562
commit
a03c4a6b18
|
@ -25,7 +25,7 @@ users:
|
||||||
bash_lines:
|
bash_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