ddclient/tasks/install.yml

13 lines
237 B
YAML
Raw Normal View History

2023-03-12 17:49:31 +00:00
---
- block:
- name: Install ddclient and bind-utils
dnf:
name:
- ddclient
- bind-utils
state: present
notify: Start ddclient
register: install_ddlient_result
tags:
- ddclient-install