--- - name: Prepare hosts: all tasks: - name: Update package cache ansible.builtin.apt: update_cache: true - name: Install DNS query tools (dnsutils) ansible.builtin.apt: name: - dnsutils - bind9-doc state: present