---
- block:
- name: Install ddclient and bind-utils
dnf:
name:
- ddclient
- bind-utils
state: present
notify: Start ddclient
register: install_ddlient_result
tags:
- ddclient-install