ddclient/tasks/install.yml

13 lines
236 B
YAML
Raw Normal View History

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