--- - name: create google fonts directory file: path: /usr/local/share/fonts/google/ state: directory - name: install google fonts unarchive: src: https://github.com/google/fonts/archive/master.tar.gz dest: /usr/local/share/fonts/google/ remote_src: yes