--- - name: Install Google Noto fonts for language coverage yum: name: - "google-noto-*" - name: Link the language fonts into the JDK/JRE # Not idiomatic, but cleaner that messing with nested lookups... shell: cmd: "ln -sf /usr/share/fonts/google-noto*/* {{ item }}/" creates: "{{ item }}/NotoSansJavanese-Regular.ttf" warn: false with_items: "{{ atl_fonts_fallback_dirs }}" changed_when: false # For Molecule idempotence check