mirror of
https://gitea.0xace.cc/ansible-galaxy/ddclient.git
synced 2025-07-12 18:13:07 +00:00
cosmetic
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
- block:
|
||||
- name: Install ddclient and bind-utils
|
||||
dnf:
|
||||
dnf:
|
||||
name:
|
||||
- ddclient
|
||||
- bind-utils
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
- name: Install ddclient (containerized)
|
||||
when: ddclient_containerized
|
||||
block:
|
||||
block:
|
||||
- name: Merge volumes
|
||||
set_fact:
|
||||
ddclient_volumes: "{{ ddclient_volumes | default([]) + [item.key +':'+ item.value] }}"
|
||||
|
Reference in New Issue
Block a user