make distinction between bash and csh shell config
This commit is contained in:
parent
95e4ee8c06
commit
c53f502220
4 changed files with 49 additions and 12 deletions
|
@ -17,7 +17,7 @@ users:
|
|||
keys:
|
||||
- file: key1
|
||||
state: present
|
||||
shell_lines:
|
||||
bash_lines:
|
||||
- line: "testline"
|
||||
state: present
|
||||
- line: "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh"
|
||||
|
@ -30,6 +30,6 @@ users:
|
|||
keys:
|
||||
- file: key2
|
||||
state: absent
|
||||
shell_lines:
|
||||
- line: "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh"
|
||||
csh_lines:
|
||||
- line: "alias ls ls -lah"
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue