Skip to content

Commit

Permalink
docs: correct some wrong information
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Oct 12, 2024
1 parent acf7ad3 commit bb70283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/playbooks/nerd-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Nerd Fonts
# Patches developer targeted fonts with a high number of glyphs (icons).
###########################
- name: MacOS => install docker server
- name: MacOS => install nerd fonts
when: ansible_distribution == 'MacOSX'
ansible.builtin.shell: |
declare -a fonts=(
Expand All @@ -20,7 +20,7 @@
done
become: true

- name: Install nerd fonts
- name: Ubuntu => Install nerd fonts
when: ansible_distribution == 'Ubuntu'
ansible.builtin.shell: |
declare -a fonts=(
Expand Down

0 comments on commit bb70283

Please sign in to comment.