${HOME} typo
This commit is contained in:
parent
190f5b8562
commit
a03c4a6b18
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue