--- # install unbound - name: "install unbound" ansible.builtin.apt: name: "unbound" cache_valid_time: 120 when: 'ansible_os_family == "Debian"'