mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved path bugs
This commit is contained in:
@@ -37,9 +37,10 @@
|
||||
|
||||
- name: Ensure ~/.profile exists with common environment
|
||||
lineinfile:
|
||||
path: "{{ ansible_env.HOME }}/.profile"
|
||||
path: "$HOME/.profile"
|
||||
line: 'export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"'
|
||||
insertafter: EOF
|
||||
state: present
|
||||
create: yes
|
||||
mode: "0644"
|
||||
mode: "0644"
|
||||
become: false
|
Reference in New Issue
Block a user