File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 60
60
61
61
- " Make sure ~/.local/bin is in your PATH by adding to your shell config:"
62
62
63
- - " export PATH=" $HOME/.local/bin:$PATH""
63
+ - ' export PATH="$HOME/.local/bin:$PATH"'
64
64
- name : " Starship | {{ ansible_distribution }} | Report installation status"
65
65
ansible.builtin.debug :
66
66
msg : |
Original file line number Diff line number Diff line change 11
11
name :
12
12
- jq
13
13
- open-iscsi
14
+ - unzip
14
15
state : present
15
16
become : true
Original file line number Diff line number Diff line change 97
97
- Check if your system has a portable zsh available
98
98
- Or request your administrator to install zsh
99
99
100
- Option 3 - Continue using your current shell :
101
- - Current shell : {{ current_shell.stdout }}
100
+ - " Option 3 - Continue using your current shell:"
101
+ - " Current shell: {{ current_shell.stdout }}"
102
102
- Zsh configurations will be installed but inactive
103
103
104
104
# Configure zsh regardless of installation method
You can’t perform that action at this time.
0 commit comments