forked from cerc-io/testnet-ops
Add instructions to add laconic-so download location to PATH
This commit is contained in:
@@ -43,13 +43,6 @@
|
||||
mode: '0755'
|
||||
force: yes
|
||||
|
||||
- name: Ensure ~/bin is on the PATH in .zshrc
|
||||
lineinfile:
|
||||
path: "{{ ansible_env.HOME }}/.zshrc"
|
||||
regexp: '^export PATH=.*{{ ansible_env.HOME }}/bin'
|
||||
line: 'export PATH="{{ ansible_env.HOME }}/bin:$PATH"'
|
||||
state: present
|
||||
|
||||
- name: Ensure ~/.laconic-so directory exists
|
||||
file:
|
||||
path: "{{ ansible_env.HOME }}/.laconic-so"
|
||||
|
||||
Reference in New Issue
Block a user