mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
9 lines
136 B
YAML
9 lines
136 B
YAML
- name: push dns changes out
|
|
hosts: dns
|
|
user: root
|
|
|
|
tasks:
|
|
|
|
- name: push dns changes out
|
|
command: /usr/local/bin/update-dns
|