Skip to content

Commit dbac5be

Browse files
authored
Fix: add unzip dependency for Arch Linux (closes #108) (#139)
* fix: add unzip dependency for Arch Linux (closes #108) * fix: resolve YAML syntax errors in zsh and starship roles
1 parent 542f65e commit dbac5be

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

roles/starship/tasks/Fedora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
- "Make sure ~/.local/bin is in your PATH by adding to your shell config:"
6262

63-
- "export PATH="$HOME/.local/bin:$PATH""
63+
- 'export PATH="$HOME/.local/bin:$PATH"'
6464
- name: "Starship | {{ ansible_distribution }} | Report installation status"
6565
ansible.builtin.debug:
6666
msg: |

roles/system/tasks/Archlinux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
name:
1212
- jq
1313
- open-iscsi
14+
- unzip
1415
state: present
1516
become: true

roles/zsh/tasks/Ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
- Check if your system has a portable zsh available
9898
- Or request your administrator to install zsh
9999

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 }}"
102102
- Zsh configurations will be installed but inactive
103103

104104
# Configure zsh regardless of installation method

0 commit comments

Comments
 (0)