--- # install keepalived - name: "install keepalived" ansible.builtin.apt: name: "keepalived" when: 'ansible_os_family == "Debian"'