diff --git a/tasks/devel-Darwin.yml b/tasks/devel-Darwin.yml index a315680..b78d33f 100644 --- a/tasks/devel-Darwin.yml +++ b/tasks/devel-Darwin.yml @@ -3,8 +3,12 @@ - name: Devel - Fonts community.general.homebrew: - name: font-hack + name: "{{ item }}" state: present + loop: + - font-hack + - font-overpass + - font-news-cycle # Install Visual Studio Code and Set Basic Configuration - name: VSCode - Basics