mirror of
https://gitea.0xace.cc/ansible-galaxy/ddclient.git
synced 2024-11-25 00:06:42 +00:00
13 lines
236 B
YAML
13 lines
236 B
YAML
---
|
|
- block:
|
|
- name: Install ddclient and bind-utils
|
|
dnf:
|
|
name:
|
|
- ddclient
|
|
- bind-utils
|
|
state: present
|
|
notify: Start ddclient
|
|
register: install_ddlient_result
|
|
tags:
|
|
- ddclient-install
|