summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-03 19:07:38 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-03 19:07:38 +0200
commit7aab8c1e41439170746c4e7525b8eedd42347c9d (patch)
tree87a5e8d29f3914801708c6dce2ad963829111787 /roles
parent6e0d9ffea5d5153c409e74f0449fd44fc67adef3 (diff)
Refine logging removing unnecessary logging by default
Diffstat (limited to 'roles')
-rw-r--r--roles/font/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/font/tasks/main.yml b/roles/font/tasks/main.yml
index f31df195..bdeb3657 100644
--- a/roles/font/tasks/main.yml
+++ b/roles/font/tasks/main.yml
@@ -61,6 +61,7 @@
return_content: true
register: font_google_fonts_metadata
loop: "{{ font_google_font_families }}"
+ no_log: "{{ ansible_verbosity == 0 }}"
- name: "Parse Google Fonts file references"
vars:
@@ -69,6 +70,7 @@
ansible.builtin.set_fact:
font_google_font_files: "{{ font_google_font_files | default([]) + font_file_refs }}"
loop: "{{ font_google_fonts_metadata.results }}"
+ no_log: "{{ ansible_verbosity == 0 }}"
- name: "Install Google Fonts"
become: true